llvm-project/llvm/test/MC/SystemZ
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
..
asm-match.s
directive-insn.s [llvm-objdump] -d: print `00000000 <foo>:` instead of `00000000 foo:` 2020-03-05 18:05:28 -08:00
fixups-zEC12.s
fixups.s
insn-bad-z13.s
insn-bad-z14.s [SystemZ] Add support for new cpu architecture - arch13 2019-07-12 18:13:16 +00:00
insn-bad-z15.s [SystemZ] Support z15 processor name 2019-09-20 23:04:45 +00:00
insn-bad-z196.s
insn-bad-zEC12.s
insn-bad.s [SystemZ] Improve handling of huge PC relative immediate offsets. 2019-11-04 10:38:18 +01:00
insn-good-z13.s
insn-good-z14.s
insn-good-z15.s [SystemZ] Support z15 processor name 2019-09-20 23:04:45 +00:00
insn-good-z196.s
insn-good-zEC12.s
insn-good.s
invalid-instructions-spellcheck.s
lit.local.cfg
regs-bad.s
regs-good.s
tokens.s
word.s