[PATCH] D109016: [llvm-objdump] Fix 'llvm-objdump -dr' for executables with relocations

Maksim Panchenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 31 12:15:34 PDT 2021


maksfb created this revision.
maksfb added reviewers: nickdesaulniers, MaskRay, ikudrin, rafaelauler, ayermolo.
Herald added subscribers: rupprecht, emaste.
Herald added a reviewer: jhenderson.
maksfb requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Print relocations interleaved with disassembled instructions for
executables with relocatable sections, e.g. those built with "-Wl,-q".


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D109016

Files:
  llvm/test/tools/llvm-objdump/ELF/exec-relocations.test
  llvm/tools/llvm-objdump/llvm-objdump.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109016.369761.patch
Type: text/x-patch
Size: 4251 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210831/410affdb/attachment.bin>


More information about the llvm-commits mailing list