Dan Gohman
|
abc77742c8
|
Fix this code to use DIScope instead of DICompileUnit, as in r90181.
Don't print "SrcLine"; just print the filename and line number, which
is obvious enough and more informative.
llvm-svn: 90631
|
2009-12-05 00:23:29 +00:00 |
Dan Gohman
|
6aea8dccf1
|
Remove now-redundant llvm-as invocations.
llvm-svn: 90626
|
2009-12-05 00:02:37 +00:00 |
Bill Wendling
|
e9e9121f94
|
Not all ASM has # for comments.
llvm-svn: 89250
|
2009-11-18 21:54:13 +00:00 |
David Greene
|
659c1a9d78
|
Move DebugInfo checks into EmitComments and remove them from
target-specific AsmPrinters. Not all comments need DebugInfo.
Re-enable the line numbers comment test.
llvm-svn: 88697
|
2009-11-13 21:34:57 +00:00 |
Dan Gohman
|
0d4bbf2c4a
|
Remove obsolete -f flags.
llvm-svn: 79992
|
2009-08-25 15:38:29 +00:00 |
Evan Cheng
|
56c89e70fe
|
xfail for now.
llvm-svn: 77478
|
2009-07-29 17:40:28 +00:00 |
David Greene
|
40c68ad3bb
|
Re-apply 75490, 75806 and 76177 with fixes and tests. Efficiency comes
next.
llvm-svn: 76486
|
2009-07-20 22:02:59 +00:00 |
Evan Cheng
|
40ed0ae8ef
|
xfail for now.
llvm-svn: 76423
|
2009-07-20 15:33:09 +00:00 |
David Greene
|
de9cd44ed8
|
Emit line numbers in asm comments when available.
llvm-svn: 76117
|
2009-07-16 22:24:20 +00:00 |