forked from OSchip/llvm-project
Fixing build break: should be in the if statement, not outside.
llvm-svn: 198966
This commit is contained in:
parent
50b892e7d5
commit
9b41aa7275
|
@ -19,6 +19,8 @@ else()
|
|||
add_llvm_loadable_module(LLVMgold
|
||||
gold-plugin.cpp
|
||||
)
|
||||
endif()
|
||||
|
||||
target_link_libraries(LLVMgold LTO)
|
||||
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in New Issue