[llvm-commits] [llvm] r100315 - in /llvm/trunk/lib/Target/X86/AsmPrinter: X86AsmPrinter.h X86MCInstLower.cpp
Dale Johannesen
dalej at apple.com
Mon Apr 5 10:59:16 PDT 2010
On Apr 5, 2010, at 10:57 AMPDT, Devang Patel wrote:
>
> On Apr 3, 2010, at 10:38 PM, Chris Lattner wrote:
>
>> Author: lattner
>> Date: Sun Apr 4 00:38:19 2010
>> New Revision: 100315
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=100315&view=rev
>> Log:
>> split DEBUG_VALUE printing stuff out to its own method.
>>
>
> Ideally, there should be a target independent way to print DBG_VALUE machine instructions as comments.
Do we actually want this long term? I've been regarding the comments as a hack that will go away when the Dwarf writer knows how to deal with dbg_value.
More information about the llvm-commits
mailing list