Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove support for CCC_ADD_ARGS. QA_OVERRIDE_GCC3_OPTIONS supersedes it. | Rafael Espindola | 2013-07-23 | 1 | -4/+0 |
| | | | | llvm-svn: 186983 | ||||
* | Remove the -ccc-echo option that is now unused. | Rafael Espindola | 2013-07-23 | 1 | -5/+4 |
| | | | | llvm-svn: 186970 | ||||
* | Update tests to use %clang instead of 'clang', and forcibly disable use of ' | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
| | | | | | | | clang ' or ' clang -cc1 ' or ' clang-cc ' in test lines (by substituting them to garbage). llvm-svn: 91460 | ||||
* | Driver: Switch -ccc-* options to using the standard options functionality. | Daniel Dunbar | 2009-12-04 | 1 | -2/+4 |
| | | | | | | - I still want to get rid of them, but manually handling them isn't adding value. llvm-svn: 90602 | ||||
* | Convert some driver checks to FileCheck. | Sebastian Redl | 2009-10-26 | 1 | -3/+3 |
| | | | | llvm-svn: 85133 | ||||
* | Test a few more bits of the driver. | Daniel Dunbar | 2009-05-04 | 1 | -0/+3 |
llvm-svn: 70816 |