Files
clang-p2996/llvm/test/ExecutionEngine/lit.local.cfg
WANG Xuerui 48aea4a36a [test][LoongArch] Mark old JIT ExecutionEngine tests as unsupported
The old MCJIT won't be accepting new architectures so it can only be
appropriate to add ourselves to the exclude list.

Differential Revision: https://reviews.llvm.org/D134367
2022-10-13 19:30:20 +08:00

7 lines
284 B
INI

if config.root.native_target in ['Sparc', 'PowerPC', 'SystemZ', 'Hexagon', 'RISCV', 'LoongArch']:
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