blob: 2de19b4c9c8b133474a754cc99c8fa952e936b81 [file] [edit]
if config.root.native_target in ['Sparc', 'Hexagon']:
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
if "zos" in config.target_triple:
config.unsupported = True