<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - Support -Wl,--no-insert-timestamp for MingW"
href="https://bugs.llvm.org/show_bug.cgi?id=40582">40582</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Support -Wl,--no-insert-timestamp for MingW
</td>
</tr>
<tr>
<th>Product</th>
<td>lld
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Windows NT
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>enhancement
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>All Bugs
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>gk@torproject.org
</td>
</tr>
<tr>
<th>CC</th>
<td>llvm-bugs@lists.llvm.org, martin@martin.st, peter.smith@linaro.org
</td>
</tr></table>
<p>
<div>
<pre>Created <span class=""><a href="attachment.cgi?id=21423" name="attach_21423" title="support -Wl,--no-insert-timestamp for MingW">attachment 21423</a> <a href="attachment.cgi?id=21423&action=edit" title="support -Wl,--no-insert-timestamp for MingW">[details]</a></span>
support -Wl,--no-insert-timestamp for MingW
While preparing Tor Browser for the mingw-w64/clang toolchain I realized lld is
not supporting ld's `-Wl,--no-insert-timestamp` option, which we used so far to
deal with timestamps in PE headers.
This functionality is available in COFF since <a href="https://reviews.llvm.org/rL332613">https://reviews.llvm.org/rL332613</a>
and I thought adding a few lines to make this available for MingW, too, would
help us here.
Attached is a patch that fixes this for MingW.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>