summaryrefslogtreecommitdiff
path: root/test/Bindings/Ocaml/lit.local.cfg
blob: 640c58d2f3d6e8938be6799bcfa15f5d3daf9777 (plain)
1
2
3
4
5
6
config.suffixes = ['.ll', '.c', '.cpp', '.ml']

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