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
7 lines
284 B
INI
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
|