[llvm-bugs] [Bug 40582] New: Support -Wl, --no-insert-timestamp for MingW

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Feb 4 02:53:45 PST 2019


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

            Bug ID: 40582
           Summary: Support -Wl,--no-insert-timestamp for MingW
           Product: lld
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: All Bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: gk at torproject.org
                CC: llvm-bugs at lists.llvm.org, martin at martin.st,
                    peter.smith at linaro.org

Created attachment 21423
  --> https://bugs.llvm.org/attachment.cgi?id=21423&action=edit
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 https://reviews.llvm.org/rL332613
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.

-- 
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/20190204/db20bbfa/attachment.html>


More information about the llvm-bugs mailing list