
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.
8 lines
216 B
Plaintext
8 lines
216 B
Plaintext
# RUN: OrcV2CBindingsLazy 2>&1 | FileCheck -check-prefix=THIS %s
|
|
# RUN: OrcV2CBindingsLazy 0 2>&1 | FileCheck -check-prefix=OTHER %s
|
|
|
|
# UNSUPPORTED: target=powerpc64{{.*}}
|
|
|
|
# THIS: entry(1) = 1
|
|
# OTHER: entry(2) = 2
|