[llvm] r221135 - [OCaml] ExecutionEngine package should not depend on interpreter.
Peter Zotov
whitequark at whitequark.org
Mon Nov 3 01:49:42 PST 2014
Author: whitequark
Date: Mon Nov 3 03:49:42 2014
New Revision: 221135
URL: http://llvm.org/viewvc/llvm-project?rev=221135&view=rev
Log:
[OCaml] ExecutionEngine package should not depend on interpreter.
Interpreter support was removed in r220957.
Modified:
llvm/trunk/bindings/ocaml/executionengine/Makefile
Modified: llvm/trunk/bindings/ocaml/executionengine/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/bindings/ocaml/executionengine/Makefile?rev=221135&r1=221134&r2=221135&view=diff
==============================================================================
--- llvm/trunk/bindings/ocaml/executionengine/Makefile (original)
+++ llvm/trunk/bindings/ocaml/executionengine/Makefile Mon Nov 3 03:49:42 2014
@@ -13,7 +13,7 @@
LEVEL := ../../..
LIBRARYNAME := llvm_executionengine
-UsedComponents := executionengine mcjit interpreter native
+UsedComponents := executionengine mcjit native
UsedOcamlInterfaces := llvm llvm_target
FindlibPackages := ctypes
More information about the llvm-commits
mailing list