summaryrefslogtreecommitdiffstats
path: root/llvm/test/FrontendC++/2009-07-15-LineNumbers.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove test to check line numbers. There are other numerous tests in our ↵Devang Patel2011-04-181-27/+0
| | | | | | test harness to check line number information. llvm-svn: 129725
* Update tests to not rely on input file's absolute path.Devang Patel2010-07-271-1/+1
| | | | llvm-svn: 109521
* Fix this code to use DIScope instead of DICompileUnit, as in r90181.Dan Gohman2009-12-051-1/+1
| | | | | | | Don't print "SrcLine"; just print the filename and line number, which is obvious enough and more informative. llvm-svn: 90631
* Remove now-redundant llvm-as invocations.Dan Gohman2009-12-051-1/+1
| | | | llvm-svn: 90626
* Not all ASM has # for comments.Bill Wendling2009-11-181-1/+1
| | | | llvm-svn: 89250
* Move DebugInfo checks into EmitComments and remove them fromDavid Greene2009-11-131-1/+0
| | | | | | | | target-specific AsmPrinters. Not all comments need DebugInfo. Re-enable the line numbers comment test. llvm-svn: 88697
* Remove obsolete -f flags.Dan Gohman2009-08-251-1/+1
| | | | llvm-svn: 79992
* xfail for now.Evan Cheng2009-07-291-0/+1
| | | | llvm-svn: 77478
* Re-apply 75490, 75806 and 76177 with fixes and tests. Efficiency comesDavid Greene2009-07-201-1/+0
| | | | | | next. llvm-svn: 76486
* xfail for now.Evan Cheng2009-07-201-0/+1
| | | | llvm-svn: 76423
* Emit line numbers in asm comments when available.David Greene2009-07-161-0/+27
llvm-svn: 76117
OpenPOWER on IntegriCloud