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