summaryrefslogtreecommitdiff
path: root/test/MC/Disassembler/AArch64/lit.local.cfg
blob: f9df30e4d3df39e830d3cdffb173852ddc1857bb (plain)
1
2
3
4
5
6
config.suffixes = ['.txt']

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