summaryrefslogtreecommitdiff
path: root/bindings
diff options
context:
space:
mode:
authorAndrew Kaylor <andrew.kaylor@intel.com>2013-04-25 00:03:58 +0000
committerAndrew Kaylor <andrew.kaylor@intel.com>2013-04-25 00:03:58 +0000
commit2f5640d63718bf85d6900e65bd25b5830610ddee (patch)
tree3f40b1d1d663fff7b1a3bfe216ff7b4730776467 /bindings
parentaa6deab60871d251bf121c2b894105e68f349ba5 (diff)
downloadllvm-2f5640d63718bf85d6900e65bd25b5830610ddee.tar.gz
llvm-2f5640d63718bf85d6900e65bd25b5830610ddee.tar.bz2
llvm-2f5640d63718bf85d6900e65bd25b5830610ddee.tar.xz
Fixing OCAML bindings for MCJIT
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180232 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'bindings')
-rw-r--r--bindings/ocaml/executionengine/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/ocaml/executionengine/Makefile b/bindings/ocaml/executionengine/Makefile
index 5fa3f22048..45b5049914 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