brintos

brintos / llvm-project-archived public Read only

0
0
Text · 240 B · bbffee8 Raw
7 lines · plain
1if config.root.native_target in ['Sparc', 'Hexagon']:2    config.unsupported = True3 4# ExecutionEngine tests are not expected to pass in a cross-compilation setup.5if "native" not in config.available_features:6    config.unsupported = True7