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

7 lines
145 B
INI

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