Skip to content

Commit 0c64813

Browse files
author
Chris Bieneman
committedMay 3, 2016
Disable LLVM_ENABLE_TIMESTAMPS by default
This change is based on the discussion from http://lists.llvm.org/pipermail/llvm-dev/2016-May/098990.html. The goal is to make the default LLVM configuration build deterministically. llvm-svn: 268441
1 parent 3eb521d commit 0c64813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎llvm/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ set(LLVM_EXPERIMENTAL_TARGETS_TO_BUILD ""
250250
option(BUILD_SHARED_LIBS
251251
"Build all libraries as shared libraries instead of static" OFF)
252252

253-
option(LLVM_ENABLE_TIMESTAMPS "Enable embedding timestamp information in build" ON)
253+
option(LLVM_ENABLE_TIMESTAMPS "Enable embedding timestamp information in build" OFF)
254254
if(LLVM_ENABLE_TIMESTAMPS)
255255
set(ENABLE_TIMESTAMPS 1)
256256
endif()

0 commit comments

Comments
 (0)