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

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