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

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