[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
This commit is contained in:
Peter Zotov 2014-11-03 09:51:41 +00:00
parent 40977ebc6a
commit 10fa04ca7d

View File

@ -13,7 +13,7 @@
LEVEL := ../../..
LIBRARYNAME := llvm
UsedComponents := core
UsedComponents := core transformutils
UsedOcamlLibs := llvm
ExtraLibs := -lstdc++