summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/PR4894-recursive-debug-crash.m
Commit message (Collapse)AuthorAgeFilesLines
* consolidate two testcases.Chris Lattner2010-01-251-40/+0
| | | | llvm-svn: 94403
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-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 Jahanian2009-12-141-1/+1
| | | | llvm-svn: 91290
* Switch XFAIL format to match LLVM.Daniel Dunbar2009-11-031-1/+1
| | | | llvm-svn: 85880
* Disable tests that check debug info intrinsic. This does not work if debug ↵Devang Patel2009-10-121-0/+1
| | | | | | info intrinsics are not used to encode debug info. llvm-svn: 83929
* Force triple in test.Daniel Dunbar2009-09-221-1/+1
| | | | llvm-svn: 82519
* Add test case for PR4894 (it was fixed in LLVM).Daniel Dunbar2009-09-221-0/+39
llvm-svn: 82510
OpenPOWER on IntegriCloud