]> git.proxmox.com Git - rustc.git/blame - src/llvm/test/MC/X86/lit.local.cfg
Imported Upstream version 0.6
[rustc.git] / src / llvm / test / MC / X86 / lit.local.cfg
CommitLineData
223e47cc
LB
1config.suffixes = ['.ll', '.c', '.cpp', '.s']
2
3def getRoot(config):
4 if not config.parent:
5 return config
6 return getRoot(config.parent)
7
8root = getRoot(config)
9
10targets = set(root.targets_to_build.split())
11if not 'X86' in targets:
12 config.unsupported = True