summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/qa_override.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove support for the QA_OVERRIDE_GCC3_OPTIONS environment variable.Bob Wilson2014-02-231-2/+0
| | | | | | | | | | In r199283 I switched the name of this variable to CCC_OVERRIDE_OPTIONS, but I kept some code to continue recognizing the old name temporarily. As far as I know, the only use of this was for some internal testing at Apple, and we've now switched to use the new name. If anyone else is still using this and needs more time to switch names, I guess we'll find out! <rdar://problem/15821425> llvm-svn: 201962
* Rename QA_OVERRIDE_GCC3_OPTIONS to CCC_OVERRIDE_OPTIONS. <rdar://14578381>Bob Wilson2014-01-151-1/+3
| | | | | | | Continue to accept the old name for a while to make it an easier transition for people who rely on this. llvm-svn: 199283
* Use a valid option (-msse) for testing QA_OVERRIDE_GCC3_OPTIONS.Rafael Espindola2013-09-241-4/+3
| | | | llvm-svn: 191300
* Pass -target instead of using "REQUIRES: clang-driver".Rafael Espindola2013-09-031-5/+2
| | | | llvm-svn: 189822
* Disable this on mingw again.Rafael Espindola2013-09-031-0/+3
| | | | | | I will investigate why it still fails, but for now this gets the bots green. llvm-svn: 189807
* Use -### instead of -ccc-print-options.Rafael Espindola2013-09-031-9/+5
| | | | | | | Convert the last few tests using -ccc-print-options to -### and remove -ccc-print-options. llvm-svn: 189802
* clang/test/Driver/qa_override.c: Resurrect a part of r187376. It still ↵NAKAMURA Takumi2013-07-301-0/+3
| | | | | | requires the feature 'clang-driver' for cygming. llvm-svn: 187405
* Make this test not try to write on object file and test all of theChandler Carruth2013-07-291-5/+3
| | | | | | | | | output rather than just part of it. Also, remove the frighteningly ancient comment about not working with the gcc-driver. (!!!) llvm-svn: 187376
* clang/test/Driver/qa_override.c: Appease gcc-driver.NAKAMURA Takumi2013-02-211-0/+3
| | | | llvm-svn: 175824
* Try to fix the test for cmake builds, where clang is called clang-3.3.Benjamin Kramer2013-02-211-1/+1
| | | | llvm-svn: 175791
* [driver] Handle the processing of the QA_OVERRIDE_GCC3_OPTIONS and CCC_ADD_ARGSChad Rosier2013-02-211-0/+7
| | | | | | | | before the DiagnosticsEngine is instantiated. Otherwise, warning options are not handled correctly. rdar://13254743 llvm-svn: 175779
* Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar2009-12-151-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 Dunbar2009-12-041-3/+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 Redl2009-10-261-7/+5
| | | | llvm-svn: 85133
* [llvm up] Add support for '#' component of QA_OVERRIDE_GCC3_OPTIONS.Daniel Dunbar2009-07-161-1/+2
| | | | | | - This silences the output about how command line arguments are being changed. llvm-svn: 76107
* Support QA_OVERRIDE_GCC3_OPTIONSDaniel Dunbar2009-04-171-0/+6
- Cover your eyes... - This is a simple but effective way to allow developers to build a project with clang while manipulating the command line, without having to edit the project itself. llvm-svn: 69342
OpenPOWER on IntegriCloud