]> granicus.if.org Git - clang/commitdiff
[CMake] Removing LLVM_ENABLE_TIMESTAMPS from the cache files
authorChris Bieneman <beanz@apple.com>
Thu, 5 May 2016 21:08:41 +0000 (21:08 +0000)
committerChris Bieneman <beanz@apple.com>
Thu, 5 May 2016 21:08:41 +0000 (21:08 +0000)
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

cmake/caches/3-stage-base.cmake
cmake/caches/Apple-stage2.cmake

index 417d2b7b2380d76c27dd97e93177c1c9bf122eca..46c747edd77848f0dfe98d3f807aff253fea9bcc 100644 (file)
@@ -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
index 279e83751a9ca13e2c52d9163dfc0518bf4f51eb..afceab0d9f48e3efe1f458a92b6308b0248bdf6c 100644 (file)
@@ -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")