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

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