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

llvm-svn: 198966
This commit is contained in:
Tom Roeder 2014-01-10 22:55:25 +00:00
parent 50b892e7d5
commit 9b41aa7275
1 changed files with 3 additions and 1 deletions

View File

@ -19,6 +19,8 @@ else()
add_llvm_loadable_module(LLVMgold
gold-plugin.cpp
)
endif()
target_link_libraries(LLVMgold LTO)
endif()