mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-09 05:31:37 +00: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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@278353 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f1ef4a3eef
commit
a6a3520f08
@ -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…
Reference in New Issue
Block a user