[PATCH] D74824: [objdump] Fix disassembly for call/branch instructions for ELF binaries built with -ffunction-sections

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 27 02:00:15 PST 2020


jhenderson added a comment.

On the references to undefined symbols, I don't have a strong opinion either way. It is nice to see the symbol name, as produced in this case, and I don't know how important GNU compatibility is here. On the other hand, if you print with inline relocations, you will get the symbol name from that, so maybe it's unnecessary?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74824





More information about the llvm-commits mailing list