diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-02-09 03:12:21 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-02-09 03:12:21 +0000 |
commit | 7eca5e3d190b51b20cead18b4fbdd0fa88c6f6fc (patch) | |
tree | 6f57025cc5fd00f1d1c198ad9b3d32ad7d9d7834 /llvm/tools/gccld/gccld.sh | |
parent | 6c302d8403b0ccffafaa66085b329e02ddd7e4c3 (diff) | |
download | bcm5719-llvm-7eca5e3d190b51b20cead18b4fbdd0fa88c6f6fc.tar.gz bcm5719-llvm-7eca5e3d190b51b20cead18b4fbdd0fa88c6f6fc.zip |
Get the right warning message.
llvm-svn: 34075
Diffstat (limited to 'llvm/tools/gccld/gccld.sh')
-rw-r--r-- | llvm/tools/gccld/gccld.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/gccld/gccld.sh b/llvm/tools/gccld/gccld.sh index 9952518ffec..62f008409e8 100644 --- a/llvm/tools/gccld/gccld.sh +++ b/llvm/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 "$@" |