diff options
author | Stephen Hines <srhines@google.com> | 2015-09-24 13:28:21 -0700 |
---|---|---|
committer | Stephen Hines <srhines@google.com> | 2015-10-12 13:55:25 -0700 |
commit | 039ace80c6746a215b3ea7403e60183f4ce78239 (patch) | |
tree | 1162caa797c23821327229e17642f5c0b6f1cf17 /device/include | |
parent | 93cc1f2bebee328f8aceb8d9e07862fe44d6f346 (diff) | |
download | external_llvm-039ace80c6746a215b3ea7403e60183f4ce78239.zip external_llvm-039ace80c6746a215b3ea7403e60183f4ce78239.tar.gz external_llvm-039ace80c6746a215b3ea7403e60183f4ce78239.tar.bz2 |
Remove ENABLE_TIMESTAMPS to ensure reproducible builds.
Bug: 24349363
The use of __DATE__ makes this build hard to reproduce/diff.
Change-Id: I7d2b05bef53eac7084918f0781107bb920285bdf
(cherry picked from commit 3c19f5eec3bfcd1fcfda72cd02585569b42507a3)
Diffstat (limited to 'device/include')
-rw-r--r-- | device/include/llvm/Config/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/device/include/llvm/Config/config.h b/device/include/llvm/Config/config.h index ac58972..d63e022 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 "" |