summaryrefslogtreecommitdiffstats
path: root/llvm/test/FrontendC++/2006-11-06-StackTrace.cpp
Commit message (Collapse)AuthorAgeFilesLines
* - Use the "Fast" flag instead of "OptimizeForSize" to determine whether to emitBill Wendling2009-02-241-1/+2
| | | | | | | | | | a DBG_LABEL or not. We want to fall back to the original way of emitting debug info when we're in -O0/-fast mode. - Add plumbing in to pass the "Fast" flag to places that need it. - XFAIL DebugInfo/deaddebuglabel.ll. This is finding 11 labels instead of 8. I need to investigate still. llvm-svn: 65367
* Un-XFAIL this test.Bill Wendling2009-02-241-1/+0
| | | | llvm-svn: 65355
* Temporarily XFAIL this test.Bill Wendling2009-02-191-0/+1
| | | | llvm-svn: 64987
* Remove no-longer relevant comment. Pointed outDuncan Sands2009-01-221-1/+0
| | | | | | by Gabor. llvm-svn: 62765
* This passes on linux.Duncan Sands2009-01-221-1/+1
| | | | llvm-svn: 62764
* Use lightweight DebugInfo objects directly.Devang Patel2009-01-151-1/+0
| | | | llvm-svn: 62276
* xfail for now.Devang Patel2009-01-141-0/+1
| | | | llvm-svn: 62243
* This test works again for Darwin because a patch was reverted.Bill Wendling2008-12-191-4/+2
| | | | llvm-svn: 61254
* Re-XFAIL this test until debug stuff settles down.Bill Wendling2008-12-181-1/+4
| | | | llvm-svn: 61219
* XFAIL on Linux.Bill Wendling2008-12-181-1/+1
| | | | llvm-svn: 61176
* Do not XFAIL.Bill Wendling2008-12-181-1/+0
| | | | llvm-svn: 61174
* XFAIL for now.Devang Patel2008-12-171-0/+1
| | | | llvm-svn: 61167
* For PR1338: Rename test dirsAnton Korobeynikov2008-05-291-0/+36
llvm-svn: 51695
OpenPOWER on IntegriCloud