Attempt at fixing the windows dll build.
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 30 Jul 2014 23:39:30 +0000 (23:39 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 30 Jul 2014 23:39:30 +0000 (23:39 +0000)
It looks like only direct (i.e., explicitly listed) dependencies are
scanned.

llvm-svn: 214361

llvm/lib/LTO/LLVMBuild.txt

index c493f43..b9178e9 100644 (file)
@@ -19,4 +19,4 @@
 type = Library
 name = LTO
 parent = Libraries
-required_libraries = BitReader BitWriter Core IPA IPO InstCombine Linker MC ObjCARC Object Scalar Support Target TransformUtils
+required_libraries = BitReader BitWriter Core IPA IPO InstCombine Linker MC ObjCARC Object Scalar Support Target TransformUtils CodeGen