[llvm-commits] CVS: llvm/tools/gccld/gccld.sh
Reid Spencer
reid at x10sys.com
Thu Feb 8 19:12:36 PST 2007
Changes in directory llvm/tools/gccld:
gccld.sh updated: 1.1 -> 1.2
---
Log message:
Get the right warning message.
---
Diffs of the changes: (+1 -1)
gccld.sh | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/tools/gccld/gccld.sh
diff -u llvm/tools/gccld/gccld.sh:1.1 llvm/tools/gccld/gccld.sh:1.2
--- llvm/tools/gccld/gccld.sh:1.1 Thu Feb 8 21:09:26 2007
+++ llvm/tools/gccld/gccld.sh Thu Feb 8 21:12:21 2007
@@ -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 "$@"
More information about the llvm-commits
mailing list