Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make driver tests more resilient to output trees containing symlinks -- | Chandler Carruth | 2012-01-24 | 1 | -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 -target | Sebastian Pop | 2012-01-20 | 1 | -1/+1 |
| | | | | llvm-svn: 148582 | ||||
* | Revert r148138; it's causing test failures. | Eli Friedman | 2012-01-13 | 1 | -1/+1 |
| | | | | llvm-svn: 148141 | ||||
* | rename -ccc-host-triple into -target | Sebastian Pop | 2012-01-13 | 1 | -1/+1 |
| | | | | llvm-svn: 148138 | ||||
* | Update tests to not search of as. | Rafael Espindola | 2010-10-29 | 1 | -1/+0 |
| | | | | llvm-svn: 117711 | ||||
* | Update tests to use %clang instead of 'clang', and forcibly disable use of ' | Daniel Dunbar | 2009-12-15 | 1 | -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 Dunbar | 2009-12-11 | 1 | -1/+1 |
| | | | | llvm-svn: 91174 | ||||
* | Eliminate &&s in tests. | Daniel Dunbar | 2009-11-08 | 1 | -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 Thompson | 2009-10-13 | 1 | -4/+6 |
| | | | | llvm-svn: 84005 | ||||
* | Remove arch normalization from Driver, this should be unnecessary now that | Daniel Dunbar | 2009-08-24 | 1 | -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 Friedman | 2009-07-10 | 1 | -1/+1 |
| | | | | | | by Jonathan Gray and Krister Walfridsson. llvm-svn: 75268 | ||||
* | Test a few more bits of the driver. | Daniel Dunbar | 2009-05-04 | 1 | -0/+6 |
llvm-svn: 70816 |