summaryrefslogtreecommitdiffstats
path: root/clang/test/Coverage/codegen-gnu.m
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Make tests use the new clang -cc1 flag.Fariborz Jahanian2009-12-141-1/+1
| | | | llvm-svn: 91303
* Simplify tests now that GNU runtime supports exception handling.Daniel Dunbar2009-05-181-3/+0
| | | | llvm-svn: 72021
* This patch fixes two bugs in the GNU Objective-C runtime implementation. ↵Fariborz Jahanian2009-05-171-2/+1
| | | | | | | | One is a case in rethrowing exceptions where the C types don't match correctly (I already sent this patch to Daniel Dunbar, who found the bug, so it may have already been committed). The other fixes the case properties so that the methods generated as property accessors are added to the class structure correctly. Patch by David Chisnall. llvm-svn: 71980
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-3/+3
| | | | | | Tests and drivers updated, still need to shuffle dirs. llvm-svn: 67602
* Use not instead of ! in tests.Daniel Dunbar2009-03-241-1/+1
| | | | llvm-svn: 67601
* Force triple for this test case.Daniel Dunbar2009-02-041-3/+3
| | | | llvm-svn: 63699
* Use #define trickery to de-XFAIL test/Coverage/codegen-gnu.m whileDaniel Dunbar2008-10-241-3/+5
| | | | | | still getting coverage for non-IRgen cases. llvm-svn: 58084
* Improve codegen coverage tests.Daniel Dunbar2008-10-051-0/+5
- Hit debug info generation. - Hit both ObjC runtimes. llvm-svn: 57088
OpenPOWER on IntegriCloud