[RuntimeDyld] Support more PPC64 relocations
authorUlrich Weigand <ulrich.weigand@de.ibm.com>
Fri, 20 Jun 2014 17:51:47 +0000 (17:51 +0000)
committerUlrich Weigand <ulrich.weigand@de.ibm.com>
Fri, 20 Jun 2014 17:51:47 +0000 (17:51 +0000)
commit2a069ac1f392699388772f69a6528963c29a6bf6
treeef10e1884a4d4bd29c9fd05cf4edbf0bfb206049
parentc0bf939e80f58f5fdfff4f2cdf73721c1c390005
[RuntimeDyld] Support more PPC64 relocations

This adds support for several missing PPC64 relocations in the
straight-forward manner to RuntimeDyldELF.cpp.

Note that this actually fixes a failure of a large-model test case on
PowerPC, allowing the XFAIL to be removed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211382 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
test/ExecutionEngine/MCJIT/eh-lg-pic.ll