aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/LoopVectorize/AArch64/lit.local.cfg
blob: f1d1f88cf3994c935ba608e26793110592eae9ab (plain)
1
2
3
4
5
6
config.suffixes = ['.ll']

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