YouCompleteMe/cpp/llvm/test/Transforms/TailDup/lit.local.cfg

6 lines
148 B
INI
Raw Normal View History

2012-07-05 20:51:06 -04:00
config.suffixes = ['.ll', '.c', '.cpp']
targets = set(config.root.targets_to_build.split())
if not 'X86' in targets:
config.unsupported = True