1import subprocess 2import lit.util 3 4config.suffixes = [".test", ".ll", ".s", ".yaml"] 5 6if not "X86" in config.root.targets: 7 config.unsupported = True 8
1import subprocess 2import lit.util 3 4config.suffixes = [".test", ".ll", ".s", ".yaml"] 5 6if not "X86" in config.root.targets: 7 config.unsupported = True 8