llvm-project/llvm/test/DebugInfo/PowerPC/lit.local.cfg

6 lines
144 B
INI

config.suffixes = ['.ll', '.s']
targets = set(config.root.targets_to_build.split())
if not 'PowerPC' in targets:
config.unsupported = True