llvm-project/llvm/test/tools/llvm-objdump/ARM
Fangrui Song 71e2ca6e32 [llvm-objdump] -d: print `00000000 <foo>:` instead of `00000000 foo:`
The new behavior matches GNU objdump. A pair of angle brackets makes tests slightly easier.

`.foo:` is not unique and thus cannot be used in a `CHECK-LABEL:` directive.
Without `-LABEL`, the CHECK line can match the `Disassembly of section`
line and causes the next `CHECK-NEXT:` to fail.

```
Disassembly of section .foo:

0000000000001634 .foo:
```

Bdragon: <> has metalinguistic connotation. it just "feels right"

Reviewed By: rupprecht

Differential Revision: https://reviews.llvm.org/D75713
2020-03-05 18:05:28 -08:00
..
Inputs
disassemble-code-data-mix.s
invalid-instruction.s
it-nv.txt
lit.local.cfg
macho-arch-armv7m-flag.test
macho-arm-and-thumb.test
macho-data-in-code.test
macho-mattr-arm.test
macho-mcpu-arm.test
macho-nomcpu-armv7s.test
macho-private-headers.test
macho-reloc-half.test
macho-symbolized-disassembly.test
macho-symbolized-subtractor.test
macho-v7m.test
mh_dylib_header.test
reg-names.s
unknown-instr.test [llvm-objdump] -d: print `00000000 <foo>:` instead of `00000000 foo:` 2020-03-05 18:05:28 -08:00
v5t-subarch.s
v5te-subarch.s
v5tej-subarch.s
v6-neg-subfeatures.s
v6-subarch.s
v6-subfeatures.s
v6k-subarch.s
v6m-subarch.s
v6t2-subarch.s
v7a-neg-subfeature.s
v7a-subfeature.s
v7m-neg-subfeatures.s
v7m-subarch.s
v7m-subfeatures.s
v7r-subfeatures.s
v8a-subarch.s
v8r-subarch.s