[llvm-branch-commits] [lld] 8391421 - [LLD] [docs] Add a release note for the SOURCE_DATE_EPOCH support (#81388)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Feb 15 21:35:16 PST 2024
Author: Martin Storsjö
Date: 2024-02-15T21:35:12-08:00
New Revision: 83914215322e6db125ee5621d2fb18d97bab82c9
URL: https://github.com/llvm/llvm-project/commit/83914215322e6db125ee5621d2fb18d97bab82c9
DIFF: https://github.com/llvm/llvm-project/commit/83914215322e6db125ee5621d2fb18d97bab82c9.diff
LOG: [LLD] [docs] Add a release note for the SOURCE_DATE_EPOCH support (#81388)
Added:
Modified:
lld/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/lld/docs/ReleaseNotes.rst b/lld/docs/ReleaseNotes.rst
index fa0e7f2bc0b3ea..82f9d93b8e86ab 100644
--- a/lld/docs/ReleaseNotes.rst
+++ b/lld/docs/ReleaseNotes.rst
@@ -86,6 +86,11 @@ COFF Improvements
* LLD now prefers library paths specified with ``-libpath:`` over the implicitly
detected toolchain paths.
+* Use the ``SOURCE_DATE_EPOCH`` environment variable for the PE header and
+ debug directory timestamps, if neither the ``/Brepro`` nor ``/timestamp:``
+ options have been specified. This makes the linker output reproducible by
+ setting this environment variable.
+
MinGW Improvements
------------------
More information about the llvm-branch-commits
mailing list