From 5e643891b23b4b4ccc04283256c9c16f616caf02 Mon Sep 17 00:00:00 2001 From: ed Date: Thu, 10 Jun 2010 12:15:09 +0000 Subject: 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(-) (limited to 'lib/clang') 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 */ -- cgit v1.1