AArch64: implement 64-bit absolute relocation in MCJIT
authorTim Northover <Tim.Northover@arm.com>
Sat, 4 May 2013 20:14:14 +0000 (20:14 +0000)
committerTim Northover <Tim.Northover@arm.com>
Sat, 4 May 2013 20:14:14 +0000 (20:14 +0000)
commitd52eaae157e661f280d0a71aabc060602ffc4424
tree99494f8726211f49b1c7814486d1ef2fed9c655e
parent4a9b6b798d5ea335f5f29d278db83b830ae4a564
AArch64: implement 64-bit absolute relocation in MCJIT

This is about the simplest relocation, but surprisingly rare in actual
code.

It occurs in (for example) the MCJIT test test-ptr-reloc.ll.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181134 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp