2012-07-05 17:51:06 -07:00

7 lines
181 B
INI

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