1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

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.

llvm-svn: 278353
This commit is contained in:
Teresa Johnson 2016-08-11 16:29:47 +00:00
parent 1eb238ed03
commit 84d0e6d6a5
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