6 lines
260 B
INI
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
|