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

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