[ExecutionEngine] Re-enable JIT tests on PowerPC.
authorLang Hames <lhames@gmail.com>
Fri, 19 May 2023 00:23:05 +0000 (17:23 -0700)
committerLang Hames <lhames@gmail.com>
Sun, 21 May 2023 23:12:06 +0000 (16:12 -0700)
commitf81ccb520927247b02708873567428d6988e2a07
treed43c2d3dbd4525dd342e60a844507cca79742238
parent4aa1cadf3c67c61b394051630896f06f35b562ca
[ExecutionEngine] Re-enable JIT tests on PowerPC.

These were previously re-enabled in d771f54107c, but had to be disabled again
in 2060a72b4d7 due to test failures.

This is a next step to landing https://reviews.llvm.org/D148192, which adds
a skeleton JITLink backend for PowerPC.

The fixes for those failures were (1) to explicitly specify IsLittleEndian =
true for the MachO YAML testcases, (2) disable some example tests for examples
that aren't supported on PowerPC yet, and (3) fixing the endianness of a
relocation read/write (for ELF R_AARCH64_TSTBR14) in RuntimeDyldELF.
llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
llvm/test/Examples/OrcV2Examples/lljit-with-remote-debugging.test
llvm/test/Examples/OrcV2Examples/lljit-with-thinlto-summaries.test
llvm/test/Examples/OrcV2Examples/orcv2-cbindings-lazy.test
llvm/test/ExecutionEngine/JITLink/x86-64/MachO-duplicate-local.test
llvm/test/ExecutionEngine/JITLink/x86-64/MachO_ehframe_bad_fde_cie-ptr_out-of-range.test
llvm/test/ExecutionEngine/JITLink/x86-64/MachO_ehframe_bad_fde_pc-begin_out-of-range.test
llvm/test/ExecutionEngine/lit.local.cfg