[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
Thu Oct 20 20:50:35 PDT 2022


Esme added a comment.

The symbols in the loader section should be the dynamic symbols in the general definition, so is it possible to use the original option `--dyn-syms`, and then implement the defined interface `XCOFFDumper::printDynamicSymbols()`?


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