summaryrefslogtreecommitdiffstats
path: root/llvm/bindings/ocaml/executionengine/Makefile
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
commit31be5eff33ddf04f0711d572cf7e98f37e7cf0bf (patch)
treea20da33ab03b74c51c88f366297f6cd4c055e441 /llvm/bindings/ocaml/executionengine/Makefile
parentf97290bb53de7719b6633c13a96b73dc41a60f27 (diff)
downloadbcm5719-llvm-31be5eff33ddf04f0711d572cf7e98f37e7cf0bf.tar.gz
bcm5719-llvm-31be5eff33ddf04f0711d572cf7e98f37e7cf0bf.zip
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 llvm-svn: 180720
Diffstat (limited to 'llvm/bindings/ocaml/executionengine/Makefile')
-rw-r--r--llvm/bindings/ocaml/executionengine/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/bindings/ocaml/executionengine/Makefile b/llvm/bindings/ocaml/executionengine/Makefile
index 45b5049914b..5fa3f22048f 100644
--- a/llvm/bindings/ocaml/executionengine/Makefile
+++ b/llvm/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
OpenPOWER on IntegriCloud