mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-10 22:46:25 +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
|
gold-plugin.cpp
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
target_link_libraries(LLVMgold LTO)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user