[llvm-commits] CVS: llvm/tools/gccas/gccas.sh

Reid Spencer reid at x10sys.com
Fri Feb 9 07:10:42 PST 2007



Changes in directory llvm/tools/gccas:

gccas.sh updated: 1.2 -> 1.3
---
Log message:

Write the deprecation message to stderr instead of stdout so that it 
doesn't get mingled with the output bytecode.


---
Diffs of the changes:  (+1 -0)

 gccas.sh |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/tools/gccas/gccas.sh
diff -u llvm/tools/gccas/gccas.sh:1.2 llvm/tools/gccas/gccas.sh:1.3
--- llvm/tools/gccas/gccas.sh:1.2	Fri Feb  2 15:49:27 2007
+++ llvm/tools/gccas/gccas.sh	Fri Feb  9 09:10:26 2007
@@ -18,6 +18,7 @@
 # 
 ##===----------------------------------------------------------------------===##
 #
+echo "gccas: This tool is deprecated, please use opt" 1>&2
 TOOLDIR=@TOOLDIR@
 OPTOPTS="-std-compile-opts -f"
 ASOPTS=""






More information about the llvm-commits mailing list