Restore the library dependency of LLVMgold on LTO; this was removed recently but
[oota-llvm.git] / tools / gold / CMakeLists.txt
index e0a3359018150f0d3de954bc4baeab37c5b24809..98e26421e01470177c7137d916d76f74f27746b3 100644 (file)
@@ -20,3 +20,5 @@ else()
     gold-plugin.cpp
     )
 endif()
+
+target_link_libraries(LLVMgold LTO)