The variable "Value" is carefully set to Layout.getSymbolAddress,
[oota-llvm.git] / examples / Makefile
index 0737eaf57902c6c9ea13a73d20b64dbf16ea87a6..5594c05fa3a083e3e3a26e182933ee8d8e2e10d2 100644 (file)
@@ -25,4 +25,8 @@ ifeq ($(LLVM_ON_UNIX),1)
     endif
 endif
 
+ifeq ($(filter $(BINDINGS_TO_BUILD),ocaml),ocaml)
+       PARALLEL_DIRS += OCaml-Kaleidoscope
+endif
+
 include $(LEVEL)/Makefile.common