[lld] [LLD] [COFF] Pick timestamps from the SOURCE_DATE_EPOCH variable (PR #81326)
Martin Storsjö via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 10 04:17:46 PST 2024
================
@@ -3,9 +3,11 @@ RUN: yaml2obj %p/Inputs/generic.yaml -o %t.obj
RUN: lld-link %t.obj /debug /Brepro /entry:main /nodefaultlib /out:%t.1.exe
RUN: lld-link %t.obj /debug /Brepro /entry:main /nodefaultlib /out:%t.2.exe
RUN: lld-link %t.obj /debug /timestamp:0 /entry:main /nodefaultlib /out:%t.3.exe
+RUN: env SOURCE_DATE_EPOCH=0 lld-link %t.obj /debug /entry:main /nodefaultlib /out:%t.4.exe
----------------
mstorsjo wrote:
Thanks, I added more tests for more interesting cases.
What do you think of backporting this to 18.x? It’s not a bug fix per se, but a pretty safe improvement.
https://github.com/llvm/llvm-project/pull/81326
More information about the llvm-commits
mailing list