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

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