aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/SPARC/lit.local.cfg
blob: 786fee9e6610b179bd3600780e9bd160ee3f58ff (plain)
1
2
3
4
5
6
config.suffixes = ['.ll', '.c', '.cpp']

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