summaryrefslogtreecommitdiff
path: root/llvm/test/ExecutionEngine/lit.local.cfg
blob: b00ef0dcbdf034296228738ec3b58b0eb8be8b9d (plain)
1
2
3
4
5
6
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.
if 'native' not in config.available_features:
    config.unsupported = True