mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
b53c129da1
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194778 91177308-0d34-0410-b5e6-96231b3b80d8
6 lines
159 B
INI
6 lines
159 B
INI
config.suffixes = ['.ml']
|
|
|
|
bindings = set([s.strip() for s in config.root.llvm_bindings.split(',')])
|
|
if not 'ocaml' in bindings:
|
|
config.unsupported = True
|