2012-02-16 07:28:33 +01:00
|
|
|
config.suffixes = ['.ll', '.c', '.cpp', '.ml']
|
|
|
|
|
2012-03-25 11:02:19 +02:00
|
|
|
bindings = set([s.strip() for s in config.root.llvm_bindings.split(',')])
|
2012-02-16 07:28:33 +01:00
|
|
|
if not 'ocaml' in bindings:
|
|
|
|
config.unsupported = True
|
|
|
|
|