We need to order atoms that exist in the same chain. This is to make sure that the command line order is preserved when we emit the atoms to the output file. Credits: BigCheese for finding the bug. Adds a test which otherwise would fail. llvm-svn: 190608
15 lines
559 B
Plaintext
15 lines
559 B
Plaintext
RUN: lld -flavor gnu -target hexagon -emit-yaml %p/Inputs/quickdata-test.elf-hexagon \
|
|
RUN: --noinhibit-exec | FileCheck %s -check-prefix hexagon
|
|
|
|
hexagon: - name: init
|
|
hexagon: scope: global
|
|
hexagon: type: quick-data
|
|
hexagon: - name: ac1
|
|
hexagon: scope: global
|
|
hexagon: type: zero-fill-quick
|
|
hexagon: size: 1
|
|
hexagon: merge: as-tentative
|
|
hexagon: - name: bss1
|
|
hexagon: scope: global
|
|
hexagon: type: zero-fill-quick
|