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:
parent
1eb238ed03
commit
84d0e6d6a5
@ -1,7 +1,9 @@
|
||||
set(LLVM_LINK_COMPONENTS
|
||||
${LLVM_TARGETS_TO_BUILD}
|
||||
Core
|
||||
Linker
|
||||
LTO
|
||||
MC
|
||||
Object
|
||||
Support
|
||||
Target
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user