llvm-6502/test/Object/X86
Ahmed Bougacha ebb9f17240 Object: Fix Mach-O relocation printing.
There were two problems that made llvm-objdump -r crash:
- for non-scattered relocations, the symbol/section index is actually in the
  (aptly named) symbolnum field.
- sections are 1-indexed.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181843 91177308-0d34-0410-b5e6-96231b3b80d8
2013-05-14 22:41:29 +00:00
..
lit.local.cfg Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu 2012-03-25 09:02:19 +00:00
macho-text-sections.test Teach MachO which sections contain code 2012-12-17 17:59:32 +00:00
objdump-disassembly-inline-relocations.test Object: Fix Mach-O relocation printing. 2013-05-14 22:41:29 +00:00
objdump-trivial-object.test