From f49262e42ec7e71d1f485636c02360ffc87779f7 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Fri, 9 Feb 2007 03:12:21 +0000 Subject: [PATCH] Get the right warning message. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34075 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/gccld/gccld.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "$@" -- 2.34.1