summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorMark Seaborn <mseaborn@chromium.org>2014-01-25 17:38:19 +0000
committerMark Seaborn <mseaborn@chromium.org>2014-01-25 17:38:19 +0000
commit2effd6cdc1e691e5663c35bd1787b73d6e900811 (patch)
treeeae4c4dd471f61e8820425ec9db31576b7d88b8d /utils
parent858594edb016f3b934261a09fae86c74b7b06c3a (diff)
downloadllvm-2effd6cdc1e691e5663c35bd1787b73d6e900811.tar.gz
llvm-2effd6cdc1e691e5663c35bd1787b73d6e900811.tar.bz2
llvm-2effd6cdc1e691e5663c35bd1787b73d6e900811.tar.xz
Fix "llvm-objdump -d -r" to show relocations inline for ELF files
This fixes a regression introduced by r182908, which broke llvm-objdump's ability to display relocations inline in a disassembly dump for ELF object files. That change removed a SectionRelocMap from Object/ELF.h, which we recreate in llvm-objdump.cpp. I discovered this regression via an out-of-tree test (test/NaCl/X86/pnacl-hides-sandbox-x86-64.ll) which used llvm-objdump. Note that the "Unknown" string in the test output on i386 isn't quite right, but this appears to be a pre-existing bug. Differential Revision: http://llvm-reviews.chandlerc.com/D2559 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200090 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
0 files changed, 0 insertions, 0 deletions