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

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