[PATCH] D72973: [llvm-objdump] Use symbol index+symbol name + storage mapping class as label for -D
Hubert Tong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 1 09:53:32 PDT 2020
hubert.reinterpretcast added inline comments.
================
Comment at: llvm/test/tools/llvm-objdump/XCOFF/disassemble-symbol-description.test:67
+DESC: 00000000 (idx: 36) d[TL]:
+COMMON-NEXT: 0: 40 09 21 f9 bdnzfl 9, .+8696
+COMMON-NEXT: 4: f0 1b 86 6e <unknown>
----------------
This needs to be updated to match recent changes to the tooling output. You may need to rebase your branch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72973/new/
https://reviews.llvm.org/D72973
More information about the llvm-commits
mailing list