X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=bindings%2Focaml%2Fexecutionengine%2Fexecutionengine_ocaml.c;h=4896c74121bb5b660447f4580510cfe51251d067;hp=4b44a91066fe68ad7cced3013093e514e83a60f3;hb=d5dd8ce2a5336df4e4b4cc04d23e4018d93944f9;hpb=4437658aff84fa25563740c806a091de1395e5f4 diff --git a/bindings/ocaml/executionengine/executionengine_ocaml.c b/bindings/ocaml/executionengine/executionengine_ocaml.c index 4b44a91066f..4896c74121b 100644 --- a/bindings/ocaml/executionengine/executionengine_ocaml.c +++ b/bindings/ocaml/executionengine/executionengine_ocaml.c @@ -27,7 +27,7 @@ /* Force the LLVM interpreter and JIT to be linked in. */ void llvm_initialize(void) { LLVMLinkInInterpreter(); - LLVMLinkInJIT(); + LLVMLinkInMCJIT(); } /* unit -> bool */