]> git.proxmox.com Git - rustc.git/blame - src/llvm/test/Transforms/LoopVectorize/X86/lit.local.cfg
Imported Upstream version 0.7
[rustc.git] / src / llvm / test / Transforms / LoopVectorize / X86 / lit.local.cfg
CommitLineData
223e47cc
LB
1config.suffixes = ['.ll', '.c', '.cpp']
2
3targets = set(config.root.targets_to_build.split())
970d7e83 4if not 'X86' in targets:
223e47cc
LB
5 config.unsupported = True
6