1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 20:43:44 +02:00
llvm-mirror/test/ExecutionEngine/RuntimeDyld/ARM
Saleem Abdulrasool 367ba1e8b7 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!

llvm-svn: 280005
2016-08-29 20:42:03 +00:00
..
COFF_Thumb.s ExecutionEngine: fix a bug in the movt/movw relocator 2016-08-29 20:42:03 +00:00
lit.local.cfg
MachO_ARM_PIC_relocations.s