Add FileUpdate tool, conditionally updates its output based on its input.
authorDaniel Dunbar <daniel@zuster.org>
Mon, 3 Aug 2009 05:12:16 +0000 (05:12 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Mon, 3 Aug 2009 05:12:16 +0000 (05:12 +0000)
commit05084716c13b4ea79ea29528dcb3c3f8a5271638
tree693b01d2752d9cd835c39110d4893e0f7acdec44
parentdefc85327a7cd0ad679cd3fe94f671d6549fe4a1
Add FileUpdate tool, conditionally updates its output based on its input.
 - Gratuitous and unused, but possibly useful one day.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77954 91177308-0d34-0410-b5e6-96231b3b80d8
utils/FileUpdate/CMakeLists.txt [new file with mode: 0644]
utils/FileUpdate/FileUpdate.cpp [new file with mode: 0644]
utils/FileUpdate/Makefile [new file with mode: 0644]
utils/Makefile