[CMake] For multi-stage builds to be deterministic we need to disable timestamps.

Duh! With this change I've verified -O3 builds are deterministic.

llvm-svn: 260350
This commit is contained in:
Chris Bieneman 2016-02-10 02:17:21 +00:00
parent 14086ed75d
commit 7590a1ee61
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ set(CLANG_ENABLE_BOOTSTRAP ON CACHE BOOL "")
set(LLVM_BUILD_EXTERNAL_COMPILER_RT ON CACHE BOOL "")
set(LLVM_TARGETS_TO_BUILD X86 CACHE STRING "")
set(BOOTSTRAP_LLVM_ENABLE_LTO ON CACHE BOOL "")
set(LLVM_ENABLE_TIMESTAMPS OFF CACHE BOOL "")
set(CLANG_BOOTSTRAP_TARGETS
clang