summaryrefslogtreecommitdiff
path: root/bindings/ocaml
diff options
context:
space:
mode:
authorAndrew Kaylor <andrew.kaylor@intel.com>2013-04-29 17:49:40 +0000
committerAndrew Kaylor <andrew.kaylor@intel.com>2013-04-29 17:49:40 +0000
commitd2755af8bda2e0fd80efb46556485c4cdbe8704a (patch)
tree2bf7b4c7494a8692b0a982b9b7c774a196cb100e /bindings/ocaml
parent87b5017139e9d8ac9b046b3284a9cc68c76185d6 (diff)
downloadllvm-d2755af8bda2e0fd80efb46556485c4cdbe8704a.tar.gz
llvm-d2755af8bda2e0fd80efb46556485c4cdbe8704a.tar.bz2
llvm-d2755af8bda2e0fd80efb46556485c4cdbe8704a.tar.xz
Exposing MCJIT through C API
Re-submitting with fix for OCaml dependency problems (removing dependency on SectionMemoryManager when it isn't used). Patch by Fili Pizlo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180720 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'bindings/ocaml')
-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 45b5049914..5fa3f22048 100644
--- a/bindings/ocaml/executionengine/Makefile
+++ b/bindings/ocaml/executionengine/Makefile
@@ -13,7 +13,7 @@
LEVEL := ../../..
LIBRARYNAME := llvm_executionengine
-UsedComponents := executionengine jit interpreter mcjit native
+UsedComponents := executionengine jit interpreter native
UsedOcamlInterfaces := llvm llvm_target
include ../Makefile.ocaml