Add (hopefully last) remaining missing dependences to llvm-lto2

There are still a few missing symbols reported by:
http://bb.pgr.jp/builders/i686-mingw32-RA-on-linux/builds/15535/steps/build_llvmclang/logs/stdio
http://bb.pgr.jp/builders/i686-mingw32-RA-on-linux/builds/15535/steps/build_llvmclang/logs/stdio

This should hopefully take care of them.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@278353 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Teresa Johnson 2016-08-11 16:29:47 +00:00
parent f1ef4a3eef
commit a6a3520f08
2 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
Core
Linker
LTO
MC
Object
Support
Target

View File

@ -19,4 +19,4 @@
type = Tool
name = llvm-lto2
parent = Tools
required_libraries = Core LTO Object Support all-targets
required_libraries = Core Linker LTO MC Object Support all-targets