From: Teresa Johnson Date: Thu, 11 Aug 2016 15:23:05 +0000 (+0000) Subject: Fix bot failure from r278338 due to missing dependences X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a26adfb6a8c3468960ce25e036cadd2db8055e97;p=platform%2Fupstream%2Fllvm.git Fix bot failure from r278338 due to missing dependences Add some missing dependences to the llvm-lto2 tool to attempt to appease missing symbols in link from bot: http://bb.pgr.jp/builders/i686-mingw32-RA-on-linux/builds/15527 llvm-svn: 278341 --- diff --git a/llvm/tools/llvm-lto2/LLVMBuild.txt b/llvm/tools/llvm-lto2/LLVMBuild.txt index 37f8c17..66c4c12 100644 --- a/llvm/tools/llvm-lto2/LLVMBuild.txt +++ b/llvm/tools/llvm-lto2/LLVMBuild.txt @@ -19,4 +19,4 @@ type = Tool name = llvm-lto2 parent = Tools -required_libraries = LTO Object all-targets +required_libraries = Core LTO Object Support all-targets