Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove tests that were either migrated to clang or are obsolete. | Eric Christopher | 2011-08-20 | 1 | -7/+0 |
| | | | | llvm-svn: 138168 | ||||
* | Remove explicit uses of -emit-llvm, the test infrastructure adds it | Duncan Sands | 2010-11-25 | 1 | -1/+1 |
| | | | | | | | | automatically. Use -S with llvm-gcc rather than -c, so tests can work when llvm-gcc is really dragonegg (which can output IR with -S but not -c). Yes, dragonegg supports objective-c++ (poorly though). llvm-svn: 120164 | ||||
* | Move tests of the ObjC++ front-end to their own | Duncan Sands | 2008-08-07 | 1 | -0/+7 |
directory: some people (guess who!) may build llvm-gcc with support for objc but not with support for objc++. llvm-svn: 54471 |