Write the deprecation message to stderr instead of stdout so that it
doesn't get mingled with the output bytecode.
llvm-svn: 34087
diff --git a/llvm/tools/gccas/gccas.sh b/llvm/tools/gccas/gccas.sh
index 05b0ac1..258d960 100644
--- a/llvm/tools/gccas/gccas.sh
+++ b/llvm/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=""