aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gccas/gccas.sh
Commit message (Collapse)AuthorAgeFilesLines
* remove attributionsChris Lattner2007-12-291-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45423 91177308-0d34-0410-b5e6-96231b3b80d8
* Write the deprecation message to stderr instead of stdout so that itReid Spencer2007-02-091-0/+1
| | | | | | | 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
* Two improvements:Reid Spencer2007-02-021-2/+2
| | | | | | | | | 1. Allow -- as well as - options (Bill Wendling) 2. Pass unrecognized options to opt and let it handle the errors, if any (Chris Lattner). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33798 91177308-0d34-0410-b5e6-96231b3b80d8
* For PR1152:Reid Spencer2007-02-021-0/+63
Step 2: Make plug compatible shell script to replace gccas binary. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33787 91177308-0d34-0410-b5e6-96231b3b80d8