summaryrefslogtreecommitdiffstats
path: root/llvm/test/FrontendObjC++/2007-10-03-MetadataPointers.mm
Commit message (Collapse)AuthorAgeFilesLines
* Remove tests that were either migrated to clang or are obsolete.Eric Christopher2011-08-201-7/+0
| | | | llvm-svn: 138168
* Remove explicit uses of -emit-llvm, the test infrastructure adds itDuncan Sands2010-11-251-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 ownDuncan Sands2008-08-071-0/+7
directory: some people (guess who!) may build llvm-gcc with support for objc but not with support for objc++. llvm-svn: 54471
OpenPOWER on IntegriCloud