llvm-6502/test/Bindings/Ocaml/lit.local.cfg

6 lines
159 B
INI
Raw Normal View History

config.suffixes = ['.ml']
bindings = set([s.strip() for s in config.root.llvm_bindings.split(',')])
if not 'ocaml' in bindings:
config.unsupported = True