[llvm-commits] [PATCH] Teach CMake to only touch tablegen-generated files if anything actually changed.

Frits van Bommel fvbommel at gmail.com
Fri Oct 22 10:21:09 PDT 2010


On Fri, Oct 22, 2010 at 7:06 PM, Frits van Bommel <fvbommel at gmail.com> wrote:
> Note that I wasn't sure what COMMENT lines to use for the two
> different targets, but "Building ${ofn}.tmp..." and "Updating ${ofn}
> if necessary" seems reasonable. (Similar phrasing is used when
> regenerating library dependencies, I think)

It appears that if you use COMMENT "" the entire line disappears, so
we can hide this implementation detail from the user interface.
Updated patch attached.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cmake-tablegen-copy_if_different-v2.1.patch
Type: text/x-patch
Size: 1653 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20101022/d5a891c8/attachment.bin>


More information about the llvm-commits mailing list