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

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