[MCJIT] Fix the alignment requirements for ARM and AArch64 which were mistakenly
authorLang Hames <lhames@gmail.com>
Thu, 17 Jul 2014 23:11:30 +0000 (23:11 +0000)
committerLang Hames <lhames@gmail.com>
Thu, 17 Jul 2014 23:11:30 +0000 (23:11 +0000)
commit353cec5eba93633652a7acff2ee2c5691e80e3a5
tree09b5acf012c9057b0405623f888ef32a2e13e74e
parent79785e43528932e2e323904b44a470e901caf8ce
[MCJIT] Fix the alignment requirements for ARM and AArch64 which were mistakenly
relaxed in the big RuntimeDyldMachO cleanup of r213293.

No test case yet - this was found via inspection and there's no easy way to test
GOT alignment in RuntimeDyldChecker at the moment. I'm working on adding support
for this now, and hope to have a test case for this soon.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213331 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOAArch64.h
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOARM.h