brintos

brintos / llvm-project-archived public Read only

0
0
Text · 285 B · 88a2a3d Raw
10 lines · plain
1config.suffixes = [".ll", ".py"]2 3# These tests take on the order of seconds to run, so skip them unless4# we're running long tests.5if "long_tests" not in config.available_features:6    config.unsupported = True7 8if not "SystemZ" in config.root.targets:9    config.unsupported = True10