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)
commitca8a007995e403761cbd71b2d3273b563535e431
treef5a26353cbe6907f749ca3ea1bbc247170476fe0
parentb3d630ca21c7c89a3c4515313c16a2398a09481d
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.

llvm-svn: 187120
llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp