summaryrefslogtreecommitdiffstats
path: root/lib/clang/include
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2010-06-10 12:15:09 +0000
committered <ed@FreeBSD.org>2010-06-10 12:15:09 +0000
commit5e643891b23b4b4ccc04283256c9c16f616caf02 (patch)
tree675a8d1142787d3f3673043ed5a7dcdd1f0f086f /lib/clang/include
parentd95e25d8db2f8c2c55c9aaa69cbe257ac407b79a (diff)
downloadFreeBSD-src-5e643891b23b4b4ccc04283256c9c16f616caf02.zip
FreeBSD-src-5e643891b23b4b4ccc04283256c9c16f616caf02.tar.gz
Disable usage of __DATE__.
This ensures that the Clang binary doesn't change checksums every time it's built.
Diffstat (limited to 'lib/clang/include')
-rw-r--r--lib/clang/include/llvm/Config/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/clang/include/llvm/Config/config.h b/lib/clang/include/llvm/Config/config.h
index d29dff5..538a142 100644
--- a/lib/clang/include/llvm/Config/config.h
+++ b/lib/clang/include/llvm/Config/config.h
@@ -27,7 +27,7 @@
/* #undef ENABLE_THREADS */
/* Define if timestamp information (e.g., __DATE___) is allowed */
-#define ENABLE_TIMESTAMPS 1
+/* #undef ENABLE_TIMESTAMPS */
/* Define to 1 if you have the `argz_append' function. */
/* #undef HAVE_ARGZ_APPEND */
OpenPOWER on IntegriCloud