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

David A. Greene greened at obbligato.org
Fri Jul 31 08:15:57 PDT 2009


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.

                          -Dave



More information about the llvm-commits mailing list