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