summaryrefslogtreecommitdiff
path: root/test/Driver/qa_override.c
AgeCommit message (Expand)Author
2014-02-23Remove support for the QA_OVERRIDE_GCC3_OPTIONS environment variable.Bob Wilson
2014-01-15Rename QA_OVERRIDE_GCC3_OPTIONS to CCC_OVERRIDE_OPTIONS. <rdar://14578381>Bob Wilson
2013-09-24Use a valid option (-msse) for testing QA_OVERRIDE_GCC3_OPTIONS.Rafael Espindola
2013-09-03Pass -target instead of using "REQUIRES: clang-driver".Rafael Espindola
2013-09-03Disable this on mingw again.Rafael Espindola
2013-09-03Use -### instead of -ccc-print-options.Rafael Espindola
2013-07-30clang/test/Driver/qa_override.c: Resurrect a part of r187376. It still requir...NAKAMURA Takumi
2013-07-29Make this test not try to write on object file and test all of theChandler Carruth
2013-02-21clang/test/Driver/qa_override.c: Appease gcc-driver.NAKAMURA Takumi
2013-02-21Try to fix the test for cmake builds, where clang is called clang-3.3.Benjamin Kramer
2013-02-21[driver] Handle the processing of the QA_OVERRIDE_GCC3_OPTIONS and CCC_ADD_ARGSChad Rosier
2009-12-15Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar
2009-12-04Driver: Switch -ccc-* options to using the standard options functionality.Daniel Dunbar
2009-10-26Convert some driver checks to FileCheck.Sebastian Redl
2009-07-16[llvm up] Add support for '#' component of QA_OVERRIDE_GCC3_OPTIONS.Daniel Dunbar
2009-04-17Support QA_OVERRIDE_GCC3_OPTIONSDaniel Dunbar