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

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