[PATCH] D109452: implement the --syms and using "symbol index and qualname" for --sym --symbol--description for llvm-objdump for xcoff
Digger Lin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 17 06:47:48 PDT 2021
DiggerLin added inline comments.
================
Comment at: llvm/test/tools/llvm-objdump/XCOFF/symbol-table.test:2
+; Test the --syms option for xcoff object files.
+; Test the --syms --symbol-description options for xcoff object file.
+; RUN: llc -mtriple powerpc-ibm-aix -mcpu=pwr4 -filetype=obj -o %t.o < %s
----------------
jhenderson wrote:
> Sorry, should have said this before.
thanks
================
Comment at: llvm/test/tools/llvm-objdump/XCOFF/symbol-table.test:111
+; SYM-DES-NEXT: 000000ec l O *COM* 00000004 (idx: 37) si[BS]
+
----------------
jhenderson wrote:
> Nit, don't have a completely empty blank line like this here (do keep the single '\n' at the end of the last line with text to avoid the "no new line at end of file" note).
thanks
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109452/new/
https://reviews.llvm.org/D109452
More information about the llvm-commits
mailing list