[llvm-bugs] [Bug 35914] lld needs to set the link timeStamp on Windows builds, probably to a hash of the binary

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Aug 21 18:20:05 PDT 2018


https://bugs.llvm.org/show_bug.cgi?id=35914

Nico Weber <nicolasweber at gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #30 from Nico Weber <nicolasweber at gmx.de> ---
This is done. lld-link now defaults to writing timeStamp to the current time.
There's /timestamp: to pass in a custom value (chromium uses that currently),
and there's /Brepro to set it to a hash (but: issue 38429), and for chrome win7
appcompat complained when the hash interpreted as a time was in the distant
past.)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20180822/ec167783/attachment.html>


More information about the llvm-bugs mailing list