These were previously re-enabled ind771f54107, but had to be disabled again in2060a72b4ddue 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.
7 lines
260 B
INI
7 lines
260 B
INI
if config.root.native_target in ['Sparc', 'SystemZ', 'Hexagon', 'RISCV']:
|
|
config.unsupported = True
|
|
|
|
# ExecutionEngine tests are not expected to pass in a cross-compilation setup.
|
|
if "native" not in config.available_features:
|
|
config.unsupported = True
|