summaryrefslogtreecommitdiffstats
path: root/test/Driver/phases.c
Commit message (Expand)AuthorAgeFilesLines
* Reapply "Change -save-temps to emit unoptimized bitcode files."Bob Wilson2014-12-211-30/+36
* Revert "Change -save-temps to emit unoptimized bitcode files."Reid Kleckner2014-12-181-36/+30
* Change -save-temps to emit unoptimized bitcode files.Bob Wilson2014-12-181-30/+36
* rename -ccc-host-triple into -targetSebastian Pop2012-01-201-11/+11
* Revert r148138; it's causing test failures.Eli Friedman2012-01-131-11/+11
* rename -ccc-host-triple into -targetSebastian Pop2012-01-131-11/+11
* Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar2009-12-151-11/+11
* Remove RUN: true lines.Daniel Dunbar2009-11-081-1/+0
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-12/+12
* Convert some driver checks to FileCheck.Sebastian Redl2009-10-261-63/+63
* Rename clang-driver to clang.Daniel Dunbar2009-03-241-11/+11
* Don't use &> in tests; dash doesn't understand it.Eli Friedman2009-03-221-11/+11
* ccc/Driver: .s defaults to 'assembler-with-cpp' on Darwin.Daniel Dunbar2009-03-201-0/+10
* Test had extra line which was masking actual failures.Daniel Dunbar2009-03-171-3/+2
* Driver: Add test for pipelining for analyzer and precompiler.Daniel Dunbar2009-03-171-0/+13
* Driver: Make sure to get the default arch name from the tool chain, not the Daniel Dunbar2009-03-171-0/+10
* Driver: Desensitize test to location of input.Daniel Dunbar2009-03-131-8/+8
* Driver: Test pipelining for universal builds.Daniel Dunbar2009-03-131-0/+21
* Driver: Fix '-x none' handling.Daniel Dunbar2009-03-131-0/+26