84bd88ca33342784a5ef5198367739ed1932b457
[oota-llvm.git] / test / Transforms / TailDup / X86 / lit.local.cfg
1 config.suffixes = ['.ll']
2
3 def getRoot(config):
4     if not config.parent:
5         return config
6     return getRoot(config.parent)
7
8 root = getRoot(config)
9
10 targets = set(root.targets_to_build.split())
11 if not 'X86' in targets:
12     config.unsupported = True
13