diff options
author | Peter Zotov <whitequark@whitequark.org> | 2014-11-03 09:49:42 +0000 |
---|---|---|
committer | Peter Zotov <whitequark@whitequark.org> | 2014-11-03 09:49:42 +0000 |
commit | 3339b7176890b6f68e00b67c4b865958590b8950 (patch) | |
tree | 44678d960ef7691f558a41f714fb0153ee7025f0 /bindings | |
parent | 9460376a4d57213c843bbc9464b2e669eb8ba5e7 (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/Makefile | 2 |
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 |