From: Rafael Espindola Date: Wed, 30 Jul 2014 23:39:30 +0000 (+0000) Subject: Attempt at fixing the windows dll build. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=187d75c112d7b70951cec402f733b9aededf5b54;p=oota-llvm.git Attempt at fixing the windows dll build. It looks like only direct (i.e., explicitly listed) dependencies are scanned. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214361 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/LTO/LLVMBuild.txt b/lib/LTO/LLVMBuild.txt index c493f436acf..b9178e94e4d 100644 --- a/lib/LTO/LLVMBuild.txt +++ b/lib/LTO/LLVMBuild.txt @@ -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