From 4a6f8dbf3993e6a8687c0711f073bc79823727a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= 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 fa0e7f2bc0b3e..82f9d93b8e86a 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 ------------------