[PATCH] D135887: [XOCFF] llvvm-readobj support display symbol table of loader section of xcoff object file.
Esme Yi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 28 02:31:59 PDT 2022
Esme added a comment.
Sorry for the late reply, in fact I'm not quite sure about using the existing `--dyn-syms` option or adding an XCOFF specific one, so I wait to see what others think.
I noticed that the `objdump` from AIX system tool kits prints the loader section (together with its symbols and relocations) with the XCOFF specific option `-P loader`:
$ objdump base.xcoff -P loader
Loader header:
...
Dynamic symbols:
...
Dynamic relocs:
...
Import files:
...
While `objdump --dynamic-syms` doesn't work.
>From that standpoint, I have no objection to what Digger is doing now.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135887/new/
https://reviews.llvm.org/D135887
More information about the llvm-commits
mailing list