summaryrefslogtreecommitdiff
path: root/test/CodeGen/SystemZ/lit.local.cfg
blob: 79528d178f2317c3865fa89d538969d973e90603 (plain)
1
2
3
4
5
6
config.suffixes = ['.ll', '.c', '.cpp']

targets = set(config.root.targets_to_build.split())
if not 'SystemZ' in targets:
    config.unsupported = True