summaryrefslogtreecommitdiff
path: root/test/MC/ARM/lit.local.cfg
blob: 57009139616f6e0164bd08f719fb2f156f688112 (plain)
1
2
3
4
5
6
config.suffixes = ['.ll', '.c', '.cpp', '.s']

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