From 2f5640d63718bf85d6900e65bd25b5830610ddee Mon Sep 17 00:00:00 2001 From: Andrew Kaylor Date: Thu, 25 Apr 2013 00:03:58 +0000 Subject: [PATCH] Fixing OCAML bindings for MCJIT git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180232 91177308-0d34-0410-b5e6-96231b3b80d8 --- bindings/ocaml/executionengine/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/ocaml/executionengine/Makefile b/bindings/ocaml/executionengine/Makefile index 5fa3f22048f..45b5049914b 100644 --- a/bindings/ocaml/executionengine/Makefile +++ b/bindings/ocaml/executionengine/Makefile @@ -13,7 +13,7 @@ LEVEL := ../../.. LIBRARYNAME := llvm_executionengine -UsedComponents := executionengine jit interpreter native +UsedComponents := executionengine jit interpreter mcjit native UsedOcamlInterfaces := llvm llvm_target include ../Makefile.ocaml -- 2.34.1