aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2015-09-24 22:01:22 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-09-24 22:01:22 +0000
commit467808cf2ade69dea67eef66d657f0f9f4d3f97a (patch)
tree7e08e5b045b1c8eb48517b9abcc91f37539aa8cd
parent4916d35cffbdf04bc9115332c8af25ca2dfb1830 (diff)
parent56a8648717d2261a315e0627caf7282da8ea5f90 (diff)
downloadllvm-467808cf2ade69dea67eef66d657f0f9f4d3f97a.tar.gz
am 56a86487: am 00d8a031: Merge "Remove ENABLE_TIMESTAMPS to ensure reproducible builds."
* commit '56a8648717d2261a315e0627caf7282da8ea5f90': Remove ENABLE_TIMESTAMPS to ensure reproducible builds.
-rw-r--r--device/include/llvm/Config/config.h2
-rw-r--r--host/include/llvm/Config/config.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/device/include/llvm/Config/config.h b/device/include/llvm/Config/config.h
index 1798b903747b..8296cde18916 100644
--- a/device/include/llvm/Config/config.h
+++ b/device/include/llvm/Config/config.h
@@ -20,7 +20,7 @@
#define ENABLE_PIC 1
/* Define if timestamp information (e.g., __DATE___) is allowed */
-#define ENABLE_TIMESTAMPS 1
+/* #undef ENABLE_TIMESTAMPS */
/* Directory where gcc is installed. */
#define GCC_INSTALL_PREFIX ""
diff --git a/host/include/llvm/Config/config.h b/host/include/llvm/Config/config.h
index 7b6dcb57f1f5..6694b4ee6d2f 100644
--- a/host/include/llvm/Config/config.h
+++ b/host/include/llvm/Config/config.h
@@ -20,7 +20,7 @@
#define ENABLE_PIC 1
/* Define if timestamp information (e.g., __DATE___) is allowed */
-#define ENABLE_TIMESTAMPS 1
+/* #undef ENABLE_TIMESTAMPS */
/* Directory where gcc is installed. */
#define GCC_INSTALL_PREFIX ""