summaryrefslogtreecommitdiff
path: root/bindings
diff options
context:
space:
mode:
authorPeter Zotov <whitequark@whitequark.org>2014-11-03 09:49:42 +0000
committerPeter Zotov <whitequark@whitequark.org>2014-11-03 09:49:42 +0000
commit3339b7176890b6f68e00b67c4b865958590b8950 (patch)
tree44678d960ef7691f558a41f714fb0153ee7025f0 /bindings
parent9460376a4d57213c843bbc9464b2e669eb8ba5e7 (diff)
[OCaml] ExecutionEngine package should not depend on interpreter.
Interpreter support was removed in r220957. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221135 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 4059b6d805a..8b5d28faa8b 100644
--- a/bindings/ocaml/executionengine/Makefile
+++ b/bindings/ocaml/executionengine/Makefile
@@ -13,7 +13,7 @@
LEVEL := ../../..
LIBRARYNAME := llvm_executionengine
-UsedComponents := executionengine mcjit interpreter native
+UsedComponents := executionengine mcjit native
UsedOcamlInterfaces := llvm llvm_target
FindlibPackages := ctypes