llvm/utils/release
Chris Bieneman 6a6b44f90f Remove LLVM_ENABLE_TIMESTAMPS
Summary:
As per the discussion on LLVM-dev this patch proposes removing LLVM_ENABLE_TIMESTAMPS.

The only complicated bit of this patch is the Windows support. On windows we used to log an error if /INCREMENTAL was passed to the linker when timestamps were disabled.

With this change since timestamps in code are always disabled we will always compile on windows with /Brepro unless /INCREMENTAL is specified, and we will log a warning when /INCREMENTAL is specified to notify the user that the build will be non-deterministic.

See: http://lists.llvm.org/pipermail/llvm-dev/2016-May/098990.html

Reviewers: bogner, silvas, rnk

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D19892

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268670 91177308-0d34-0410-b5e6-96231b3b80d8
2016-05-05 19:57:03 +00:00
..
build_llvm_package.bat Win packaging script: include the OpenMP run-time 2016-05-03 16:43:40 +00:00
export.sh Similar to rL257663, remove function keywords from export.sh and 2016-01-16 15:18:35 +00:00
findRegressions-nightly.py Modify the sh-bang to run out-of-the-box for FreeBSDes. 2012-04-20 20:31:44 +00:00
findRegressions-simple.py Modify the sh-bang to run out-of-the-box for FreeBSDes. 2012-04-20 20:31:44 +00:00
merge.sh Remove bashism from merge.sh: POSIX sh does not have the function 2016-01-13 19:48:50 +00:00
tag.sh Similar to rL257663, remove function keywords from export.sh and 2016-01-16 15:18:35 +00:00
test-release.sh Remove LLVM_ENABLE_TIMESTAMPS 2016-05-05 19:57:03 +00:00