summaryrefslogtreecommitdiffstats
path: root/llvm/test/FrontendC++/2006-11-30-Pubnames.cpp
Commit message (Collapse)AuthorAgeFilesLines
* - Use the "Fast" flag instead of "OptimizeForSize" to determine whether to emitBill Wendling2009-02-241-1/+1
| | | | | | | | | | 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
* Run dsymutil on darwin, when it is expected, before running gdb test.Devang Patel2009-02-021-0/+1
| | | | llvm-svn: 63548
* This passes on x86-32 linux at least.Duncan Sands2009-02-021-1/+0
| | | | llvm-svn: 63508
* XFAIL these tests for now.Devang Patel2008-12-121-1/+1
| | | | llvm-svn: 60959
* For PR1338: Rename test dirsAnton Korobeynikov2008-05-291-0/+20
llvm-svn: 51695
OpenPOWER on IntegriCloud