bolt/deps/llvm-18.1.8/llvm/test/ExecutionEngine/lit.local.cfg
2025-02-14 19:21:04 +01:00

6 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