summaryrefslogtreecommitdiff
path: root/tools/gold
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-02-26 20:39:28 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-02-26 20:39:28 +0000
commitc540920a247aefd90bf5c79d4969ed9a963bd3f1 (patch)
tree0384ea5101eceb40e1ebd3602edf25ce0b0ebafb /tools/gold
parenta4e265ae4704ee0ce45cd0f7837157b41311b7f2 (diff)
downloadllvm-c540920a247aefd90bf5c79d4969ed9a963bd3f1.tar.gz
llvm-c540920a247aefd90bf5c79d4969ed9a963bd3f1.tar.bz2
llvm-c540920a247aefd90bf5c79d4969ed9a963bd3f1.tar.xz
Don't mix the plain and keyword signatures of target_link_libraries.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202299 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/gold')
-rw-r--r--tools/gold/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gold/CMakeLists.txt b/tools/gold/CMakeLists.txt
index ceab0e1c02..07a1e2849b 100644
--- a/tools/gold/CMakeLists.txt
+++ b/tools/gold/CMakeLists.txt
@@ -20,7 +20,7 @@ else()
gold-plugin.cpp
)
- target_link_libraries(LLVMgold LTO)
+ target_link_libraries(LLVMgold ${cmake_2_8_12_PRIVATE} LTO)
endif()