llvm/test/ExecutionEngine/RuntimeDyld
Saleem Abdulrasool 294618592b ExecutionEngine: fix a bug in the movt/movw relocator
According to the arm arm specifications, 4 bytes are needed for a shift instead
of 8, this was causing the movt instruction to write to a different register
sometimes.

Patch by Walter Erquinigo!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@280005 91177308-0d34-0410-b5e6-96231b3b80d8
2016-08-29 20:42:03 +00:00
..
AArch64
ARM ExecutionEngine: fix a bug in the movt/movw relocator 2016-08-29 20:42:03 +00:00
Mips
PowerPC
SystemZ
X86