[llvm-commits] [llvm] r75490 - in /llvm/trunk: include/llvm/CodeGen/AsmPrinter.h include/llvm/Target/TargetAsmInfo.h lib/CodeGen/AsmPrinter/AsmPrinter.cpp lib/Target/TargetAsmInfo.cpp utils/TableGen/AsmWriterEmitter.cpp
David Greene
dag at cray.com
Mon Jul 13 14:22:25 PDT 2009
On Monday 13 July 2009 15:51, Chris Lattner wrote:
> > I designed it as a hook because we don't want to keep hacking TableGen
> > every time we want to do something new and interesting with asm
> > printing.
> > Because hacking TableGen is really voodoo.
>
> Can you remove this piece? I *strongly* prefer "lazy design" rather
> than "preemptive design", because sometimes when you finally get to
> the place where you need this, you find out that there is a better way
> to go.
All right.
-Dave
More information about the llvm-commits
mailing list