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

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