forked from OSchip/llvm-project
962b29d716
As we don't sort local symbols, don't sort non-local symbols. This makes non-local symbols appear in their register order, which matches GNU as. The register order is nice in that you can write tests with interleaved CHECK prefixes, e.g. ``` // CHECK: something about foo .globl foo foo: // CHECK: something about bar .globl bar bar: ``` With the lexicographical order, the user needs to place lexicographical smallest symbol first or keep CHECK prefixes in one place. |
||
---|---|---|
.. | ||
clang-section.s | ||
directive-type-diagnostics.s | ||
execute-only-populated-text-section.s | ||
execute-only-section.s | ||
execute-only-text-section-data.s | ||
gnu-type-hash-diagnostics.s | ||
gnu-type-hash.s | ||
lit.local.cfg |