From 90f7ab6be3926796738a8eacbd876f020ae70dce Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Wed, 30 Jul 2014 23:39:30 +0000 Subject: [PATCH] Attempt at fixing the windows dll build. It looks like only direct (i.e., explicitly listed) dependencies are scanned. llvm-svn: 214361 --- lib/LTO/LLVMBuild.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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