From 3e241e2e08f6419f64e629b0a0eb3be056bd1760 Mon Sep 17 00:00:00 2001 From: Ed Schouten Date: Thu, 10 Jun 2010 12:15:09 +0000 Subject: [PATCH] Disable usage of __DATE__. This ensures that the Clang binary doesn't change checksums every time it's built. --- lib/clang/include/llvm/Config/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/clang/include/llvm/Config/config.h b/lib/clang/include/llvm/Config/config.h index d29dff547f2..538a142ca48 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 */