[RuntimeDyld] Adapt PPC64 relocations to PPC32
authorHal Finkel <hfinkel@anl.gov>
Tue, 4 Aug 2015 15:29:00 +0000 (15:29 +0000)
committerHal Finkel <hfinkel@anl.gov>
Tue, 4 Aug 2015 15:29:00 +0000 (15:29 +0000)
commit23cdeeea0f70ceb46710c33271baedef6e936f49
treea5a71483d0feb1281bc2a16ecbba43834c9d2e6b
parent75ced2782b73b44823769782977121de2bb71c89
[RuntimeDyld] Adapt PPC64 relocations to PPC32

Begin adapting some of the implemented PPC64 relocations for PPC32 (with a
test case).

Patch by Pierre-Andre Saulais!

llvm-svn: 243991
llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h
llvm/test/ExecutionEngine/RuntimeDyld/PowerPC/lit.local.cfg [new file with mode: 0644]
llvm/test/ExecutionEngine/RuntimeDyld/PowerPC/ppc32_elf_rel_addr16.s [new file with mode: 0644]