llvm-6502/test/Object/X86
Mark Seaborn 2effd6cdc1 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
2014-01-25 17:38:19 +00:00
..
lit.local.cfg [tests] Cleanup initialization of test suffixes. 2013-08-16 00:37:11 +00:00
macho-text-sections.test Teach MachO which sections contain code 2012-12-17 17:59:32 +00:00
objdump-cfg-invalid-opcode.yaml Create an atom with just the data that failed to disassemble. 2013-10-16 19:03:14 +00:00
objdump-cfg-textatomsize.yaml Add testcase for r188873: MCTextAtom boundaries. 2013-08-21 19:40:22 +00:00
objdump-cfg.yaml Add basic YAML MC CFG testcase. 2013-08-21 16:13:25 +00:00
objdump-disassembly-inline-relocations.test Fix "llvm-objdump -d -r" to show relocations inline for ELF files 2014-01-25 17:38:19 +00:00
objdump-disassembly-symbolic.test MC: ObjectSymbolizer can now recognize external function stubs. 2013-08-21 07:28:13 +00:00
objdump-trivial-object.test