Fix the ocaml bindings.
[oota-llvm.git] / bindings / ocaml / executionengine / executionengine_ocaml.c
index 4b44a91066fe68ad7cced3013093e514e83a60f3..4896c74121bb5b660447f4580510cfe51251d067 100644 (file)
@@ -27,7 +27,7 @@
 /* Force the LLVM interpreter and JIT to be linked in. */
 void llvm_initialize(void) {
   LLVMLinkInInterpreter();
 /* Force the LLVM interpreter and JIT to be linked in. */
 void llvm_initialize(void) {
   LLVMLinkInInterpreter();
-  LLVMLinkInJIT();
+  LLVMLinkInMCJIT();
 }
 
 /* unit -> bool */
 }
 
 /* unit -> bool */