[llvm-commits] [llvm] r75156 - in /llvm/trunk: include/llvm/CodeGen/AsmStream.h lib/CodeGen/AsmStream.cpp

David A. Greene greened at obbligato.org
Thu Jul 9 12:03:04 PDT 2009


On Thursday 09 July 2009 13:33, Chris Lattner wrote:
> On Jul 9, 2009, at 11:27 AM, David Greene wrote:
> > Author: greened
> > Date: Thu Jul  9 13:27:23 2009
> > New Revision: 75156
> >
> > URL: http://llvm.org/viewvc/llvm-project?rev=75156&view=rev
> > Log:
> >
> > Add some classes to produce pretty-printed asm.  We'll use these
> > shortly to provide nicely printed comments and other goodies in
> > asm files.
>
> Hi David,
>
> This looks interesting, but we're actively moving away from
> std::ostream and related gunk.  This is a step backward in that respect.

So what does that mean?  Should I have AsmOStream inherit from raw_ostream
directly?  I suppose I could try to do this by overriding write_impl.

I'll see if I can rework this.

                                   -Dave



More information about the llvm-commits mailing list