mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-23 12:40:17 +00:00
Restore the library dependency of LLVMgold on LTO; this was removed recently but
is needed for LLVMgold to load in ld. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198965 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
28cd4b91a5
commit
b2c6a6c0bd
@ -20,3 +20,5 @@ else()
|
||||
gold-plugin.cpp
|
||||
)
|
||||
endif()
|
||||
|
||||
target_link_libraries(LLVMgold LTO)
|
||||
|
Loading…
Reference in New Issue
Block a user