llvm-project/llvm/test/tools/llvm-objdump/ELF/AArch64
Igor Kudrin c2e6bcb494 [llvm-objdump] Prevent variable locations to overlap short comments
For now, the source variable locations are printed at about the same
space as the comments for disassembled code, which can make some ranges
for variables disappear if a line contains comments, for example:

                                        ┠─ bar = W1
0:  add x0, x2, #2, lsl #12     // =8192┃
4:  add z31.d, z31.d, #65280    // =0xff00
8:  nop                                 ┻

The patch shifts the report a bit to allow printing comments up to
approximately 16 characters without interferences.

Differential Revision: https://reviews.llvm.org/D104700
2021-06-28 14:25:21 +07:00
..
Inputs
disassemble-align.s [llvm-objdump] Print comments for the disassembled code 2021-06-28 14:25:20 +07:00
disassemble-print-comments.s [llvm-objdump] Prevent variable locations to overlap short comments 2021-06-28 14:25:21 +07:00
elf-aarch64-mapping-symbols.test
lit.local.cfg
pcrel-address.yaml
plt.test [llvm-objdump] Support PLT decoding for aarch64_be 2021-02-08 08:50:26 -08:00