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

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