aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2024-02-16 07:35:12 +0200
committerGitHub <noreply@github.com>2024-02-15 21:35:12 -0800
commit83914215322e6db125ee5621d2fb18d97bab82c9 (patch)
tree63c6d3c323d9ead5846c33800f9bb9d082690073
parent831b9a5db2b7be590dcb09d0bf909ba37765a70b (diff)
downloadllvm-83914215322e6db125ee5621d2fb18d97bab82c9.zip
llvm-83914215322e6db125ee5621d2fb18d97bab82c9.tar.gz
llvm-83914215322e6db125ee5621d2fb18d97bab82c9.tar.bz2
[LLD] [docs] Add a release note for the SOURCE_DATE_EPOCH support (#81388)
-rw-r--r--lld/docs/ReleaseNotes.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/lld/docs/ReleaseNotes.rst b/lld/docs/ReleaseNotes.rst
index fa0e7f2..82f9d93 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
------------------