diff --git a/tools/gold/CMakeLists.txt b/tools/gold/CMakeLists.txt index 98e26421e01..887d896cd77 100644 --- a/tools/gold/CMakeLists.txt +++ b/tools/gold/CMakeLists.txt @@ -19,6 +19,8 @@ else() add_llvm_loadable_module(LLVMgold gold-plugin.cpp ) -endif() target_link_libraries(LLVMgold LTO) + +endif() +