Temporarily Revert "Nuke the old JIT." as it's not quite ready to
[oota-llvm.git] / bindings / ocaml / executionengine / executionengine_ocaml.c
index 4896c74121bb5b660447f4580510cfe51251d067..4b44a91066fe68ad7cced3013093e514e83a60f3 100644 (file)
@@ -27,7 +27,7 @@
 /* Force the LLVM interpreter and JIT to be linked in. */
 void llvm_initialize(void) {
   LLVMLinkInInterpreter();
-  LLVMLinkInMCJIT();
+  LLVMLinkInJIT();
 }
 
 /* unit -> bool */