Skip to content
Snippets Groups Projects
Commit 9b41aa72 authored by Tom Roeder's avatar Tom Roeder
Browse files

Fixing build break: should be in the if statement, not outside.

llvm-svn: 198966
parent 50b892e7
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,8 @@ else() ...@@ -19,6 +19,8 @@ else()
add_llvm_loadable_module(LLVMgold add_llvm_loadable_module(LLVMgold
gold-plugin.cpp gold-plugin.cpp
) )
endif()
target_link_libraries(LLVMgold LTO) target_link_libraries(LLVMgold LTO)
endif()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment