Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove test to check line numbers. There are other numerous tests in our ↵ | Devang Patel | 2011-04-18 | 1 | -27/+0 |
| | | | | | | test harness to check line number information. llvm-svn: 129725 | ||||
* | Update tests to not rely on input file's absolute path. | Devang Patel | 2010-07-27 | 1 | -1/+1 |
| | | | | llvm-svn: 109521 | ||||
* | Fix this code to use DIScope instead of DICompileUnit, as in r90181. | Dan Gohman | 2009-12-05 | 1 | -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 Gohman | 2009-12-05 | 1 | -1/+1 |
| | | | | llvm-svn: 90626 | ||||
* | Not all ASM has # for comments. | Bill Wendling | 2009-11-18 | 1 | -1/+1 |
| | | | | llvm-svn: 89250 | ||||
* | Move DebugInfo checks into EmitComments and remove them from | David Greene | 2009-11-13 | 1 | -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 Gohman | 2009-08-25 | 1 | -1/+1 |
| | | | | llvm-svn: 79992 | ||||
* | xfail for now. | Evan Cheng | 2009-07-29 | 1 | -0/+1 |
| | | | | llvm-svn: 77478 | ||||
* | Re-apply 75490, 75806 and 76177 with fixes and tests. Efficiency comes | David Greene | 2009-07-20 | 1 | -1/+0 |
| | | | | | | next. llvm-svn: 76486 | ||||
* | xfail for now. | Evan Cheng | 2009-07-20 | 1 | -0/+1 |
| | | | | llvm-svn: 76423 | ||||
* | Emit line numbers in asm comments when available. | David Greene | 2009-07-16 | 1 | -0/+27 |
llvm-svn: 76117 |