[PATCH] D63280: [llvm-objdump] Use <first-symbol>-<offset> as the section start symbol
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jun 16 19:20:25 PDT 2019
MaskRay added inline comments.
================
Comment at: lld/test/ELF/ppc-relocs.s:45
# CHECK-EMPTY:
-# CHECK: .R_PPC_ADDR16_LO:
+# CHECK: mystr-0x4:
# CHECK: 11010: addi 4, 4, 4100
----------------
This is another example that demonstrates `<section-offset>` may not be aesthetically appealing.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63280/new/
https://reviews.llvm.org/D63280
More information about the llvm-commits
mailing list