From: Reid Spencer Date: Fri, 9 Feb 2007 03:12:21 +0000 (+0000) Subject: Get the right warning message. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=f49262e42ec7e71d1f485636c02360ffc87779f7;p=oota-llvm.git Get the right warning message. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34075 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/gccld/gccld.sh b/tools/gccld/gccld.sh index 9952518ffec..62f008409e8 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 "$@"