diff options
Diffstat (limited to 'llvm/tools')
-rw-r--r-- | llvm/tools/gold/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/gold/CMakeLists.txt b/llvm/tools/gold/CMakeLists.txt index 887d896cd77..ceab0e1c02e 100644 --- a/llvm/tools/gold/CMakeLists.txt +++ b/llvm/tools/gold/CMakeLists.txt @@ -20,7 +20,7 @@ else() gold-plugin.cpp ) -target_link_libraries(LLVMgold LTO) + target_link_libraries(LLVMgold LTO) endif() |