[PATCH] D62964: [llvm-objdump] Include dynamic zero-sized and non-function symbols in disassembly

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 13 01:35:48 PDT 2019


jhenderson added a comment.

In D62964#1540406 <https://reviews.llvm.org/D62964#1540406>, @ychen wrote:

> How about only addressing what PR41947 need (STT_OBJECT and STT_FUNC) in this patch and have a separate patch addressing matching with GNU on what other types of symbols should show up in output?


PR41947 only used a STT_OBJECT as an example, so we shouldn't just limit this patch to the two types. Note that STT_NOTYPE, as well as symbols with processor etc specific types, can also appear in dynamic symbol tables.

> Additionally, a patch for matching GNU on output format for these symbols got shown.

Sorry, I'm not sure I understand what you mean.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62964/new/

https://reviews.llvm.org/D62964





More information about the llvm-commits mailing list