[llvm-commits] [llvm] r103765 - in /llvm/trunk: lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp test/Other/inline-asm-newline-terminator.ll

Chris Lattner clattner at apple.com
Wed Jul 14 17:38:05 PDT 2010


On May 13, 2010, at 9:31 PM, Daniel Dunbar wrote:

> Author: ddunbar
> Date: Thu May 13 23:31:50 2010
> New Revision: 103765
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=103765&view=rev
> Log:
> Inline Asm: Ensure buffer is newline terminated to match how the text is printed.
> - This is a hack, but I can't decide the best place to handle this. Chris?

I checked in a more elegant fix in r108390, thanks!

-Chris



More information about the llvm-commits mailing list