summaryrefslogtreecommitdiff
path: root/bindings/ocaml
diff options
context:
space:
mode:
authorPeter Zotov <whitequark@whitequark.org>2014-11-03 09:51:41 +0000
committerPeter Zotov <whitequark@whitequark.org>2014-11-03 09:51:41 +0000
commit10fa04ca7d929c383a44e2aa2035d7893890f41e (patch)
tree88c9cbac0c8c422b18d14fe55fdc0f868087c087 /bindings/ocaml
parent40977ebc6affcf33bbf3741950dd6cce8d3a0db0 (diff)
[OCaml] Core package should depend on LLVMTransformUtils for LLVMCloneModule.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221141 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'bindings/ocaml')
-rw-r--r--bindings/ocaml/llvm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/ocaml/llvm/Makefile b/bindings/ocaml/llvm/Makefile
index c0785a154d2..fb682c731b4 100644
--- a/bindings/ocaml/llvm/Makefile
+++ b/bindings/ocaml/llvm/Makefile
@@ -13,7 +13,7 @@
LEVEL := ../../..
LIBRARYNAME := llvm
-UsedComponents := core
+UsedComponents := core transformutils
UsedOcamlLibs := llvm
ExtraLibs := -lstdc++