summaryrefslogtreecommitdiff
path: root/test/Object/Inputs
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-06-05 01:33:53 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-06-05 01:33:53 +0000
commit6c1202c459ffa6d693ad92fa84e43902bc780bca (patch)
tree7b105f95ab50dfb164f274ae463085af780e3262 /test/Object/Inputs
parentcc5a6cb0a22736e133a17cf4de23e3d76de8058e (diff)
downloadllvm-6c1202c459ffa6d693ad92fa84e43902bc780bca.tar.gz
llvm-6c1202c459ffa6d693ad92fa84e43902bc780bca.tar.bz2
llvm-6c1202c459ffa6d693ad92fa84e43902bc780bca.tar.xz
Handle relocations that don't point to symbols.
In ELF (as in MachO), not all relocations point to symbols. Represent this properly by using a symbol_iterator instead of a SymbolRef. Update llvm-readobj ELF's dumper to handle relocatios without symbols. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183284 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Object/Inputs')
-rwxr-xr-xtest/Object/Inputs/elf-reloc-no-sym.x86_64bin0 -> 1768 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/test/Object/Inputs/elf-reloc-no-sym.x86_64 b/test/Object/Inputs/elf-reloc-no-sym.x86_64
new file mode 100755
index 0000000000..a41b4e0d78
--- /dev/null
+++ b/test/Object/Inputs/elf-reloc-no-sym.x86_64
Binary files differ