summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/dragonfly.c
Commit message (Collapse)AuthorAgeFilesLines
* Make driver tests more resilient to output trees containing symlinks --Chandler Carruth2012-01-241-1/+1
| | | | | | | the tests are making assertions about the name of the clang binary, so we should ensure that the name is as stable as possible. llvm-svn: 148767
* rename -ccc-host-triple into -targetSebastian Pop2012-01-201-1/+1
| | | | llvm-svn: 148582
* Revert r148138; it's causing test failures.Eli Friedman2012-01-131-1/+1
| | | | llvm-svn: 148141
* rename -ccc-host-triple into -targetSebastian Pop2012-01-131-1/+1
| | | | llvm-svn: 148138
* Update tests to not search of as.Rafael Espindola2010-10-291-1/+0
| | | | llvm-svn: 117711
* 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 to using "clang" "-cc1" instead of "clang-cc".Daniel Dunbar2009-12-111-1/+1
| | | | llvm-svn: 91174
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-1/+1
| | | | | | - 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious. llvm-svn: 86430
* Converted to use FileCheck.John Thompson2009-10-131-4/+6
| | | | llvm-svn: 84005
* Remove arch normalization from Driver, this should be unnecessary now thatDaniel Dunbar2009-08-241-1/+1
| | | | | | things have moved to llvm::Triple. llvm-svn: 79902
* Misc fixes to fix tests on OpenBSD, per email to cfe-commits. Patches Eli Friedman2009-07-101-1/+1
| | | | | | by Jonathan Gray and Krister Walfridsson. llvm-svn: 75268
* Test a few more bits of the driver.Daniel Dunbar2009-05-041-0/+6
llvm-svn: 70816
OpenPOWER on IntegriCloud