summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorChris Bieneman <beanz@apple.com>2016-05-05 21:08:41 +0000
committerChris Bieneman <beanz@apple.com>2016-05-05 21:08:41 +0000
commit15e8341db0a87789998fd828bf09c96a7821e917 (patch)
treec1c7dd46006c2a4a305a21aa3b7120eea90b367e /cmake
parent36de4341d1e527ef9f60d4e7d90de1e209e83b9c (diff)
[CMake] Removing LLVM_ENABLE_TIMESTAMPS from the cache files
Since the option was removed in r268670, the cache scripts should stop referring to it. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@268685 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake')
-rw-r--r--cmake/caches/3-stage-base.cmake1
-rw-r--r--cmake/caches/Apple-stage2.cmake1
2 files changed, 0 insertions, 2 deletions
diff --git a/cmake/caches/3-stage-base.cmake b/cmake/caches/3-stage-base.cmake
index 417d2b7b23..46c747edd7 100644
--- a/cmake/caches/3-stage-base.cmake
+++ b/cmake/caches/3-stage-base.cmake
@@ -2,7 +2,6 @@ set(CMAKE_BUILD_TYPE RELEASE CACHE STRING "")
set(CLANG_ENABLE_BOOTSTRAP ON CACHE BOOL "")
set(LLVM_BUILD_EXTERNAL_COMPILER_RT ON CACHE BOOL "")
set(BOOTSTRAP_LLVM_ENABLE_LTO ON CACHE BOOL "")
-set(LLVM_ENABLE_TIMESTAMPS OFF CACHE BOOL "")
set(CLANG_BOOTSTRAP_TARGETS
clang
diff --git a/cmake/caches/Apple-stage2.cmake b/cmake/caches/Apple-stage2.cmake
index 279e83751a..afceab0d9f 100644
--- a/cmake/caches/Apple-stage2.cmake
+++ b/cmake/caches/Apple-stage2.cmake
@@ -15,7 +15,6 @@ set(LLVM_ENABLE_BACKTRACES OFF CACHE BOOL "")
set(LLVM_EXTERNALIZE_DEBUGINFO ON CACHE BOOL "")
set(CLANG_PLUGIN_SUPPORT OFF CACHE BOOL "")
set(BUG_REPORT_URL "http://developer.apple.com/bugreporter/" CACHE STRING "")
-set(LLVM_ENABLE_TIMESTAMPS OFF CACHE BOOL "Don't time-stamp shipping builds - this makes builds reproducible")
set(LLVM_BUILD_EXTERNAL_COMPILER_RT ON CACHE BOOL "Build Compiler-RT with just-built clang")
set(COMPILER_RT_ENABLE_IOS ON CACHE BOOL "Build iOS Compiler-RT libraries")