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

2007-02-09 Thread Reid Spencer
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(+)

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

2007-02-02 Thread Reid Spencer
Changes in directory llvm/tools/gccas: gccas.sh added (r1.1) Makefile updated: 1.27 - 1.28 gccas.cpp (r1.126) removed --- Log message: For PR1152: http://llvm.org/PR1152 : Step 2: Make plug compatible shell script to replace gccas binary. --- Diffs of the changes: (+76 -6) Makefile | 19

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

2007-02-02 Thread Reid Spencer
Changes in directory llvm/tools/gccas: gccas.sh updated: 1.1 - 1.2 --- Log message: Two improvements: 1. Allow -- as well as - options (Bill Wendling) 2. Pass unrecognized options to opt and let it handle the errors, if any (Chris Lattner). --- Diffs of the changes: (+2 -2) gccas.sh |