Revert "[ExecutionEngine] Allow JIT tests to run on PowerPC."

This reverts commit d771f54107 due to builder
failures, e.g. https://lab.llvm.org/buildbot#builders/93/builds/14488.
This commit is contained in:
Lang Hames
2023-04-18 18:02:19 -07:00
parent 8bd723b071
commit 2060a72b4d

View File

@@ -1,4 +1,4 @@
if config.root.native_target in ['Sparc', 'SystemZ', 'Hexagon', 'RISCV']:
if config.root.native_target in ['Sparc', 'PowerPC', 'SystemZ', 'Hexagon', 'RISCV']:
config.unsupported = True
# ExecutionEngine tests are not expected to pass in a cross-compilation setup.