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
This commit is contained in:
Teresa Johnson 2016-08-11 15:23:05 +00:00
parent 9f543af292
commit d5763f35d0

View 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