summaryrefslogtreecommitdiffstats
path: root/llvm
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
commit5a02784ec7a0c3c95ebae9c64e2d6a24184e49e2 (patch)
tree050eca889ac241618b5b98e212bdf58b8cd062f8 /llvm
parent8452cf7d7822bba12c117e7199b65181c758cbbc (diff)
downloadbcm5719-llvm-5a02784ec7a0c3c95ebae9c64e2d6a24184e49e2.tar.gz
bcm5719-llvm-5a02784ec7a0c3c95ebae9c64e2d6a24184e49e2.zip
[OCaml] Core package should depend on LLVMTransformUtils for LLVMCloneModule.
llvm-svn: 221141
Diffstat (limited to 'llvm')
-rw-r--r--llvm/bindings/ocaml/llvm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/bindings/ocaml/llvm/Makefile b/llvm/bindings/ocaml/llvm/Makefile
index c0785a154d2..fb682c731b4 100644
--- a/llvm/bindings/ocaml/llvm/Makefile
+++ b/llvm/bindings/ocaml/llvm/Makefile
@@ -13,7 +13,7 @@
LEVEL := ../../..
LIBRARYNAME := llvm
-UsedComponents := core
+UsedComponents := core transformutils
UsedOcamlLibs := llvm
ExtraLibs := -lstdc++
OpenPOWER on IntegriCloud