We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 831b9a5 commit 8391421Copy full SHA for 8391421
lld/docs/ReleaseNotes.rst
@@ -86,6 +86,11 @@ COFF Improvements
86
* LLD now prefers library paths specified with ``-libpath:`` over the implicitly
87
detected toolchain paths.
88
89
+* Use the ``SOURCE_DATE_EPOCH`` environment variable for the PE header and
90
+ debug directory timestamps, if neither the ``/Brepro`` nor ``/timestamp:``
91
+ options have been specified. This makes the linker output reproducible by
92
+ setting this environment variable.
93
+
94
MinGW Improvements
95
------------------
96
0 commit comments