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:
Tom Roeder 2014-01-10 22:48:35 +00:00
parent 28cd4b91a5
commit b2c6a6c0bd

View File

@ -20,3 +20,5 @@ else()
gold-plugin.cpp
)
endif()
target_link_libraries(LLVMgold LTO)