summaryrefslogtreecommitdiff
path: root/tools/gold
diff options
context:
space:
mode:
authorTom Roeder <tmroeder@google.com>2014-01-10 23:17:39 +0000
committerTom Roeder <tmroeder@google.com>2014-01-10 23:17:39 +0000
commit69051578c70be033c370ddb01c4934e18b9dd166 (patch)
tree2ef3da86bb94943fb0bba51c282ca5ef70693fbd /tools/gold
parentaf43b47c5aefad0284da15c13acb5f368108b412 (diff)
downloadllvm-69051578c70be033c370ddb01c4934e18b9dd166.tar.gz
llvm-69051578c70be033c370ddb01c4934e18b9dd166.tar.bz2
llvm-69051578c70be033c370ddb01c4934e18b9dd166.tar.xz
Space formatting fix for r198966.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198971 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 887d896cd7..ceab0e1c02 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 LTO)
endif()