From: Peter Zotov Date: Mon, 3 Nov 2014 09:49:42 +0000 (+0000) Subject: [OCaml] ExecutionEngine package should not depend on interpreter. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=3339b7176890b6f68e00b67c4b865958590b8950;hp=9460376a4d57213c843bbc9464b2e669eb8ba5e7;ds=sidebyside [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 --- 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