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: unassignedb...@nondot.org
          Reporter: g...@torproject.org
                CC: llvm-bugs@lists.llvm.org, mar...@martin.st,
                    peter.sm...@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to