Add new configure option, --disable-timestamps, intended to turn off anything which...
authorDaniel Dunbar <daniel@zuster.org>
Mon, 10 May 2010 20:11:56 +0000 (20:11 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Mon, 10 May 2010 20:11:56 +0000 (20:11 +0000)
commitdd464df687faf544e83684d0c0e4da87c05f8bfe
tree66f95a61bd7cc78619360621787c82f9171a6e31
parentfaa19c32a244efdd3d9d546d938389a42537d949
Add new configure option, --disable-timestamps, intended to turn off anything which would mess up binary/object comparisons. Currently:
 - Disables 'Built on ...' in 'foo --version'.
 - Disables timestamps from being embedded into .dir files.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103423 91177308-0d34-0410-b5e6-96231b3b80d8
Makefile.config.in
Makefile.rules
autoconf/configure.ac
configure
include/llvm/Config/config.h.in
lib/Support/CommandLine.cpp