brintos

brintos / llvm-project-archived public Read only

0
0
Text · 153 B · c628a80 Raw
8 lines · plain
1import subprocess2import lit.util3 4config.suffixes = [".test", ".ll", ".s", ".yaml"]5 6if not "X86" in config.root.targets:7    config.unsupported = True8