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

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