Implement .rel relocation for R_ARM_ABS32 in MCJIT.
authorTim Northover <Tim.Northover@arm.com>
Wed, 3 Oct 2012 16:29:42 +0000 (16:29 +0000)
committerTim Northover <Tim.Northover@arm.com>
Wed, 3 Oct 2012 16:29:42 +0000 (16:29 +0000)
commit565ebde5fea42789c7df8a49ce1e270d49d525a1
treedf54c88c63eb77ad0f740829b8474db5db5a90de
parentfcf0628d93d759ae36106f7a738f66cb77badc79
Implement .rel relocation for R_ARM_ABS32 in MCJIT.

Patch by Amara Emerson.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165128 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
test/ExecutionEngine/MCJIT/test-ptr-reloc.ll [new file with mode: 0644]