[LLVMbugs] [PATCH] dumbify tblgen

Chris Lattner sabre at nondot.org
Mon Jul 12 10:53:10 PDT 2004


On Mon, 12 Jul 2004, Vladimir Prus wrote:
> the attached patch removes, per IRC discussion, the smart behaviour of tblgen,
> which does not update output files if content did not change -- which
> confuses build tools.

This patch will work, but I would prefer it if tblgen didn't write to a
temporary file at all.  Instead of opening "foo.tmp" to begin with, it
should just write to "foo" directly.

-Chris

-- 
http://llvm.cs.uiuc.edu/
http://nondot.org/sabre/




More information about the llvm-bugs mailing list