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

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