[llvm-commits] [llvm] r77499 - /llvm/trunk/utils/TableGen/AsmWriterEmitter.cpp

Chris Lattner clattner at apple.com
Fri Jul 31 08:35:45 PDT 2009


On Jul 31, 2009, at 8:15 AM, David A. Greene wrote:

> On Thursday 30 July 2009 23:51, Chris Lattner wrote:
>
>>> Well, I sorta did that but the complexity is apparently too much.  I
>>> really don't like the idea of tabs because I want people to be able
>>> to be completely unaffected by this.  I suppose that I could strip  
>>> the
>>> tabs and replace with a single space if alignment is turned off.   
>>> How
>>> does that sound?
>>
>> Yep, that sounds like hte right thing to me.  If verbose-asm is off,
>> outputting \t as a space or a literal \t makes sense!
>
> Ok, I'll get on it.

Many thanks David!

-Chris



More information about the llvm-commits mailing list