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