YouCompleteMe/cpp/llvm/test/Bindings/Ocaml/lit.local.cfg

7 lines
181 B
INI
Raw Normal View History

2012-07-05 20:51:06 -04:00
config.suffixes = ['.ll', '.c', '.cpp', '.ml']
bindings = set([s.strip() for s in config.root.llvm_bindings.split(',')])
if not 'ocaml' in bindings:
config.unsupported = True