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:
191d731
)
Write the deprecation message to stderr instead of stdout so that it
author
Reid Spencer
<rspencer@reidspencer.com>
Fri, 9 Feb 2007 15:10:26 +0000
(15:10 +0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Fri, 9 Feb 2007 15:10:26 +0000
(15:10 +0000)
doesn't get mingled with the output bytecode.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34087
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/gccas/gccas.sh
patch
|
blob
|
history
diff --git
a/tools/gccas/gccas.sh
b/tools/gccas/gccas.sh
index 05b0ac12f3d486a4d33618aff17bfe1f936c5b99..258d9604810a95e8cf8565e33601b8050c2bf630 100644
(file)
--- a/
tools/gccas/gccas.sh
+++ b/
tools/gccas/gccas.sh
@@
-18,6
+18,7
@@
#
##===----------------------------------------------------------------------===##
#
+echo "gccas: This tool is deprecated, please use opt" 1>&2
TOOLDIR=@TOOLDIR@
OPTOPTS="-std-compile-opts -f"
ASOPTS=""