Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | consolidate two testcases. | Chris Lattner | 2010-01-25 | 1 | -40/+0 |
| | | | | llvm-svn: 94403 | ||||
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
| | | | | | | | | | - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446 | ||||
* | Tests use the new clang. | Fariborz Jahanian | 2009-12-14 | 1 | -1/+1 |
| | | | | llvm-svn: 91290 | ||||
* | Switch XFAIL format to match LLVM. | Daniel Dunbar | 2009-11-03 | 1 | -1/+1 |
| | | | | llvm-svn: 85880 | ||||
* | Disable tests that check debug info intrinsic. This does not work if debug ↵ | Devang Patel | 2009-10-12 | 1 | -0/+1 |
| | | | | | | info intrinsics are not used to encode debug info. llvm-svn: 83929 | ||||
* | Force triple in test. | Daniel Dunbar | 2009-09-22 | 1 | -1/+1 |
| | | | | llvm-svn: 82519 | ||||
* | Add test case for PR4894 (it was fixed in LLVM). | Daniel Dunbar | 2009-09-22 | 1 | -0/+39 |
llvm-svn: 82510 |