AArch64: don't mask off shift bits when processing JIT relocations.
authorTim Northover <tnorthover@apple.com>
Thu, 25 Jul 2013 12:42:52 +0000 (12:42 +0000)
committerTim Northover <tnorthover@apple.com>
Thu, 25 Jul 2013 12:42:52 +0000 (12:42 +0000)
commit107b2f26aa02a089a6b05ab86ebe033836fc06fa
treef9ea583ff4dfa068fe1a3be8de1771654d8b2fd8
parent563a9cf7ba3055921b7de9f05dd9223e82d20aba
AArch64: don't mask off shift bits when processing JIT relocations.

This should actually make the MCJIT tests pass again on AArch64. I don't know
how I missed their failure before.

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