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

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