[PATCH] D131589: [llvm-objdump] Handle multiple syms at same addr in disassembly.

Simon Tatham via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 15 03:03:06 PDT 2022


simon_tatham updated this revision to Diff 452618.
simon_tatham marked an inline comment as done.
simon_tatham added a comment.

Updated handling of `STT_OBJECT` symbols as discussed. Also added a comment about the confusing double loop setting up the demangled symbol names, since the next person might also wonder why it's not being done in one step.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131589

Files:
  llvm/test/tools/llvm-objdump/multiple-symbols.test
  llvm/tools/llvm-objdump/ObjdumpOpts.td
  llvm/tools/llvm-objdump/llvm-objdump.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131589.452618.patch
Type: text/x-patch
Size: 20940 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220815/9e8a83ce/attachment.bin>


More information about the llvm-commits mailing list