projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d8311f
)
Get the right warning message.
author
Reid Spencer
<rspencer@reidspencer.com>
Fri, 9 Feb 2007 03:12:21 +0000
(
03:12
+0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Fri, 9 Feb 2007 03:12:21 +0000
(
03:12
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34075
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/gccld/gccld.sh
patch
|
blob
|
history
diff --git
a/tools/gccld/gccld.sh
b/tools/gccld/gccld.sh
index 9952518ffec015b740965195dc79afd0194f3841..62f008409e8f8ccabaa86abaf6ad00b1461f136f 100644
(file)
--- a/
tools/gccld/gccld.sh
+++ b/
tools/gccld/gccld.sh
@@
-18,6
+18,6
@@
#
##===----------------------------------------------------------------------===##
#
-echo "gcc
as: This tool is deprecated, please use opt
"
+echo "gcc
ld: This tool is deprecated, please use llvm-ld
"
TOOLDIR=@TOOLDIR@
$TOOLDIR/llvm-ld "$@"