[PATCH] D135887: [XOCFF] llvvm-readobj support display symbol table of loader section of xcoff object file.
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 1 01:50:48 PDT 2022
jhenderson added a comment.
Thanks for the explanation, I follow what you're saying. One follow-up question: what is the motivation for having the outer "Loader Section" grouping to wrap the header/relocations/symbols? I'm not aware of any prior art for this style, at least within the llvm-readobj tooling (for example, in ELF, dynamic symbols, the dynamic section tags, and the dynamic relocations are all separate and ungrouped).
(For clarity, I'm not opposed to a combined option that dumps them all, but am just wondering why the grouping is important).
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