llvm-project/llvm/test/DebugInfo/RISCV
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
..
dwarf-riscv-relocs.ll [llvm-objdump] -d: print `00000000 <foo>:` instead of `00000000 foo:` 2020-03-05 18:05:28 -08:00
eh-frame.s [DebugInfo] Fix printing CIE offsets in EH FDEs. 2020-02-25 17:10:29 +07:00
lit.local.cfg
relax-debug-frame.ll [Object][RISCV][test] Improve DebugInfo/RISCV/relax-debug-frame.ll 2019-11-26 09:16:55 -08:00
relax-debug-line.ll
saverestore.ll [DebugInfo] Call site entries cannot be generated for FrameSetup calls 2020-02-11 21:23:18 +00:00