[Instrumentation] Fix a warning
[llvm-project.git] / llvm / test / tools / llvm-profgen / lit.local.cfg
blobc628a80ff368d86f55c5ea993cc50e4a7e244516
1 import subprocess
2 import lit.util
4 config.suffixes = [".test", ".ll", ".s", ".yaml"]
6 if not "X86" in config.root.targets:
7     config.unsupported = True