summaryrefslogtreecommitdiffstats
path: root/test/MC/ARM64/lit.local.cfg
blob: 49447af3692b3d31f5e7a6548b11cc993a0ba5c2 (plain)
1
2
3
4
5
6
config.suffixes = ['.ll', '.c', '.cpp', '.s']

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