[PATCH] D29632: Use ELF dynamic symbols for disassembly

Dave Bozier via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 7 06:29:12 PST 2017


davidb added a comment.

Hi Sam,

In the case that an ELF binary has both a static and dynamic symbol table present the list of symbols will have redundant entries. Perhaps we should only add dynamic ELF symbols in the case that we have no static symbols?


https://reviews.llvm.org/D29632





More information about the llvm-commits mailing list