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)
commit471cbb73f87f83b511cc1f453944ea9b6e1206a1
treedaa57d0f12646280fbcef25e5cc74b5203d3712b
parent5509e3d7270e53d845896e8c7ef1a3113b1ee75c
Implement .rel relocation for R_ARM_ABS32 in MCJIT.

Patch by Amara Emerson.

llvm-svn: 165128
llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
llvm/test/ExecutionEngine/MCJIT/test-ptr-reloc.ll [new file with mode: 0644]