1 config.suffixes = ['.ll', '.c', '.cpp', '.ml'] 2 3 bindings = set([s.strip() for s in config.root.llvm_bindings.split(',')]) 4 if not 'ocaml' in bindings: 5 config.unsupported = True 6 7