[llvm-branch-commits] [lld] [LLD] [docs] Add a release note for the SOURCE_DATE_EPOCH support (PR #81388)
Martin Storsjö via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sat Feb 10 14:51:47 PST 2024
https://github.com/mstorsjo created https://github.com/llvm/llvm-project/pull/81388
None
>From 4a6f8dbf3993e6a8687c0711f073bc79823727a7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20Storsj=C3=B6?= <martin at martin.st>
Date: Sun, 11 Feb 2024 00:49:26 +0200
Subject: [PATCH] [LLD] [docs] Add a release note for the SOURCE_DATE_EPOCH
support
---
lld/docs/ReleaseNotes.rst | 5 +++++
1 file changed, 5 insertions(+)
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