summaryrefslogtreecommitdiff
path: root/test/Driver/qa_override.c
Commit message (Collapse)AuthorAge
* Remove support for the QA_OVERRIDE_GCC3_OPTIONS environment variable.Bob Wilson2014-02-23
| | | | | | | | | | 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> git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201962 91177308-0d34-0410-b5e6-96231b3b80d8
* Rename QA_OVERRIDE_GCC3_OPTIONS to CCC_OVERRIDE_OPTIONS. <rdar://14578381>Bob Wilson2014-01-15
| | | | | | | Continue to accept the old name for a while to make it an easier transition for people who rely on this. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@199283 91177308-0d34-0410-b5e6-96231b3b80d8
* Use a valid option (-msse) for testing QA_OVERRIDE_GCC3_OPTIONS.Rafael Espindola2013-09-24
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@191300 91177308-0d34-0410-b5e6-96231b3b80d8
* Pass -target instead of using "REQUIRES: clang-driver".Rafael Espindola2013-09-03
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@189822 91177308-0d34-0410-b5e6-96231b3b80d8
* Disable this on mingw again.Rafael Espindola2013-09-03
| | | | | | I will investigate why it still fails, but for now this gets the bots green. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@189807 91177308-0d34-0410-b5e6-96231b3b80d8
* Use -### instead of -ccc-print-options.Rafael Espindola2013-09-03
| | | | | | | Convert the last few tests using -ccc-print-options to -### and remove -ccc-print-options. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@189802 91177308-0d34-0410-b5e6-96231b3b80d8
* clang/test/Driver/qa_override.c: Resurrect a part of r187376. It still ↵NAKAMURA Takumi2013-07-30
| | | | | | requires the feature 'clang-driver' for cygming. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@187405 91177308-0d34-0410-b5e6-96231b3b80d8
* Make this test not try to write on object file and test all of theChandler Carruth2013-07-29
| | | | | | | | | output rather than just part of it. Also, remove the frighteningly ancient comment about not working with the gcc-driver. (!!!) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@187376 91177308-0d34-0410-b5e6-96231b3b80d8
* clang/test/Driver/qa_override.c: Appease gcc-driver.NAKAMURA Takumi2013-02-21
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175824 91177308-0d34-0410-b5e6-96231b3b80d8
* Try to fix the test for cmake builds, where clang is called clang-3.3.Benjamin Kramer2013-02-21
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175791 91177308-0d34-0410-b5e6-96231b3b80d8
* [driver] Handle the processing of the QA_OVERRIDE_GCC3_OPTIONS and CCC_ADD_ARGSChad Rosier2013-02-21
| | | | | | | | before the DiagnosticsEngine is instantiated. Otherwise, warning options are not handled correctly. rdar://13254743 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175779 91177308-0d34-0410-b5e6-96231b3b80d8
* Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar2009-12-15
| | | | | | | clang ' or ' clang -cc1 ' or ' clang-cc ' in test lines (by substituting them to garbage). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91460 91177308-0d34-0410-b5e6-96231b3b80d8
* Driver: Switch -ccc-* options to using the standard options functionality.Daniel Dunbar2009-12-04
| | | | | | - I still want to get rid of them, but manually handling them isn't adding value. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90602 91177308-0d34-0410-b5e6-96231b3b80d8
* Convert some driver checks to FileCheck.Sebastian Redl2009-10-26
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85133 91177308-0d34-0410-b5e6-96231b3b80d8
* [llvm up] Add support for '#' component of QA_OVERRIDE_GCC3_OPTIONS.Daniel Dunbar2009-07-16
| | | | | | | - This silences the output about how command line arguments are being changed. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76107 91177308-0d34-0410-b5e6-96231b3b80d8
* Support QA_OVERRIDE_GCC3_OPTIONSDaniel Dunbar2009-04-17
- 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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69342 91177308-0d34-0410-b5e6-96231b3b80d8