[OCaml] Core package should depend on LLVMTransformUtils for LLVMCloneModule.
authorPeter Zotov <whitequark@whitequark.org>
Mon, 3 Nov 2014 09:51:41 +0000 (09:51 +0000)
committerPeter Zotov <whitequark@whitequark.org>
Mon, 3 Nov 2014 09:51:41 +0000 (09:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221141 91177308-0d34-0410-b5e6-96231b3b80d8

bindings/ocaml/llvm/Makefile

index c0785a154d2220ad1a2a30fc27fe4c28869e2fad..fb682c731b4ca515c923fac925832ad897c33e5e 100644 (file)
@@ -13,7 +13,7 @@
 
 LEVEL := ../../..
 LIBRARYNAME := llvm
-UsedComponents := core
+UsedComponents := core transformutils
 UsedOcamlLibs := llvm
 ExtraLibs := -lstdc++