[llvm-bugs] [Bug 38159] New: "unknown argument: -RELEASE" warning when linking with lld-link
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Jul 13 07:10:53 PDT 2018
https://bugs.llvm.org/show_bug.cgi?id=38159
Bug ID: 38159
Summary: "unknown argument: -RELEASE" warning when linking with
lld-link
Product: new-bugs
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: enhancement
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: rvandermeulen at mozilla.com
CC: dmajor at mozilla.com, llvm-bugs at lists.llvm.org,
ruiu at google.com
When using clang-cl + lld-link, the -RELEASE flag gets flagged as unknown.
With MSVC, the -RELEASE flag is used for setting the checksum in the header of
the executable file:
https://docs.microsoft.com/en-us/cpp/build/reference/release-set-the-checksum
Is that something that lld-link can be made to support?
--
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/20180713/db47b8f0/attachment.html>
More information about the llvm-bugs
mailing list