Skip to content

Commit

Permalink
[OCaml] ExecutionEngine package should not depend on interpreter.
Browse files Browse the repository at this point in the history
Interpreter support was removed in r220957.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221135 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
whitequark committed Nov 3, 2014
1 parent 9460376 commit 3339b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/ocaml/executionengine/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

LEVEL := ../../..
LIBRARYNAME := llvm_executionengine
UsedComponents := executionengine mcjit interpreter native
UsedComponents := executionengine mcjit native
UsedOcamlInterfaces := llvm llvm_target
FindlibPackages := ctypes

Expand Down

0 comments on commit 3339b71

Please sign in to comment.