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

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