Fix bot failure from r278338 due to missing dependences
authorTeresa Johnson <tejohnson@google.com>
Thu, 11 Aug 2016 15:23:05 +0000 (15:23 +0000)
committerTeresa Johnson <tejohnson@google.com>
Thu, 11 Aug 2016 15:23:05 +0000 (15:23 +0000)
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

llvm/tools/llvm-lto2/LLVMBuild.txt

index 37f8c17..66c4c12 100644 (file)
@@ -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