summaryrefslogtreecommitdiff
path: root/tools/gccld
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-02-09 03:12:21 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-02-09 03:12:21 +0000
commitf49262e42ec7e71d1f485636c02360ffc87779f7 (patch)
treee6ce01154998a2e81a814ff821fcf051c6dee8a5 /tools/gccld
parent7d8311fe1c1f5f99e3145acb4c8a08b54eeab71c (diff)
downloadllvm-f49262e42ec7e71d1f485636c02360ffc87779f7.tar.gz
llvm-f49262e42ec7e71d1f485636c02360ffc87779f7.tar.bz2
llvm-f49262e42ec7e71d1f485636c02360ffc87779f7.tar.xz
Get the right warning message.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34075 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/gccld')
-rw-r--r--tools/gccld/gccld.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gccld/gccld.sh b/tools/gccld/gccld.sh
index 9952518ffe..62f008409e 100644
--- a/tools/gccld/gccld.sh
+++ b/tools/gccld/gccld.sh
@@ -18,6 +18,6 @@
#
##===----------------------------------------------------------------------===##
#
-echo "gccas: This tool is deprecated, please use opt"
+echo "gccld: This tool is deprecated, please use llvm-ld"
TOOLDIR=@TOOLDIR@
$TOOLDIR/llvm-ld "$@"