Rafael Espindola
8a777db90c
Pass -target instead of using "REQUIRES: clang-driver".
...
llvm-svn: 189822
2013-09-03 16:05:48 +00:00
Rafael Espindola
11b9581d43
Disable this on mingw again.
...
I will investigate why it still fails, but for now this gets the bots green.
llvm-svn: 189807
2013-09-03 14:09:54 +00:00
Rafael Espindola
0c9fa3f982
Use -### instead of -ccc-print-options.
...
Convert the last few tests using -ccc-print-options to -### and remove
-ccc-print-options.
llvm-svn: 189802
2013-09-03 13:26:49 +00:00
NAKAMURA Takumi
2c6cf7d54a
clang/test/Driver/qa_override.c: Resurrect a part of r187376. It still requires the feature 'clang-driver' for cygming.
...
llvm-svn: 187405
2013-07-30 07:47:58 +00:00
Chandler Carruth
35e64ba03a
Make this test not try to write on object file and test all of the
...
output rather than just part of it.
Also, remove the frighteningly ancient comment about not working with
the gcc-driver. (!!!)
llvm-svn: 187376
2013-07-29 20:29:53 +00:00
NAKAMURA Takumi
4abddaaf15
clang/test/Driver/qa_override.c: Appease gcc-driver.
...
llvm-svn: 175824
2013-02-21 23:17:45 +00:00
Benjamin Kramer
cc141c89b8
Try to fix the test for cmake builds, where clang is called clang-3.3.
...
llvm-svn: 175791
2013-02-21 20:30:05 +00:00
Chad Rosier
3e263e40e9
[driver] Handle the processing of the QA_OVERRIDE_GCC3_OPTIONS and CCC_ADD_ARGS
...
before the DiagnosticsEngine is instantiated. Otherwise, warning options are
not handled correctly.
rdar://13254743
llvm-svn: 175779
2013-02-21 18:56:55 +00:00
Daniel Dunbar
5618e98f33
Update tests to use %clang instead of 'clang', and forcibly disable use of '
...
clang ' or ' clang -cc1 ' or ' clang-cc ' in test lines (by substituting them to
garbage).
llvm-svn: 91460
2009-12-15 22:01:24 +00:00
Daniel Dunbar
acd6957b59
Driver: Switch -ccc-* options to using the standard options functionality.
...
- I still want to get rid of them, but manually handling them isn't adding value.
llvm-svn: 90602
2009-12-04 21:55:23 +00:00
Sebastian Redl
c6a9254f01
Convert some driver checks to FileCheck.
...
llvm-svn: 85133
2009-10-26 18:07:30 +00:00
Daniel Dunbar
54091b82b5
[llvm up] Add support for '#' component of QA_OVERRIDE_GCC3_OPTIONS.
...
- This silences the output about how command line arguments are being changed.
llvm-svn: 76107
2009-07-16 21:32:51 +00:00
Daniel Dunbar
3f4a2c286e
Support QA_OVERRIDE_GCC3_OPTIONS
...
- 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
2009-04-17 01:54:00 +00:00