[llvm-commits] [llvm] r98105 - in /llvm/trunk/lib/CodeGen/AsmPrinter: DwarfDebug.cpp DwarfException.cpp DwarfPrinter.cpp DwarfPrinter.h

Devang Patel devang.patel at gmail.com
Wed Mar 10 11:13:50 PST 2010


On Tue, Mar 9, 2010 at 3:52 PM, Chris Lattner <sabre at nondot.org> wrote:
> Author: lattner
> Date: Tue Mar  9 17:52:58 2010
> New Revision: 98105
>
> URL: http://llvm.org/viewvc/llvm-project?rev=98105&view=rev
> Log:
> eliminate EOL, adding all comments with the OutStreamer.AddComment
> method.  With this, comments should end up on the same lines as the .byte
> directives (for example) and we now get no output with:

yay!

>
> $ llc CodeGen/X86/2009-02-12-DebugInfoVLA.ll -o - -filetype=null -asm-verbose
>

-
Devang




More information about the llvm-commits mailing list