llvm-project/llvm/test/tools/llvm-objdump/AArch64
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 AArch64: support binutils-like things on arm64_32. 2019-05-14 11:25:44 +00:00
arm64_32-fat.test AArch64: support binutils-like things on arm64_32. 2019-05-14 11:25:44 +00:00
arm64_32.s AArch64: support binutils-like things on arm64_32. 2019-05-14 11:25:44 +00:00
elf-aarch64-mapping-symbols.test [llvm-objdump] -d: print `00000000 <foo>:` instead of `00000000 foo:` 2020-03-05 18:05:28 -08:00
lit.local.cfg
mach-print-armv8crypto.test
macho-arm64e.test
macho-fat-arm-disasm.test
macho-kextbundle.test
macho-link-opt-hints.test
macho-print-mrs.test
macho-print-thread-arm64_32.test AArch64: support binutils-like things on arm64_32. 2019-05-14 11:25:44 +00:00
macho-print-thread.test
macho-private-headers.test
macho-reloc-addend.test
macho-symbolized-disassembly.test
macho-zerofill.s [llvm-objdump] -d: print `00000000 <foo>:` instead of `00000000 foo:` 2020-03-05 18:05:28 -08:00
pc-rel-targets.test
plt.test [llvm-objdump] -d: print `00000000 <foo>:` instead of `00000000 foo:` 2020-03-05 18:05:28 -08:00