summaryrefslogtreecommitdiffstats
path: root/llvm/tools
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/tools')
-rw-r--r--llvm/tools/gold/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/tools/gold/CMakeLists.txt b/llvm/tools/gold/CMakeLists.txt
index 98e26421e01..887d896cd77 100644
--- a/llvm/tools/gold/CMakeLists.txt
+++ b/llvm/tools/gold/CMakeLists.txt
@@ -19,6 +19,8 @@ else()
add_llvm_loadable_module(LLVMgold
gold-plugin.cpp
)
-endif()
target_link_libraries(LLVMgold LTO)
+
+endif()
+
OpenPOWER on IntegriCloud