[llvm-bugs] [Bug 36784] New: Add support for /force:multiple
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun Mar 18 05:03:30 PDT 2018
https://bugs.llvm.org/show_bug.cgi?id=36784
Bug ID: 36784
Summary: Add support for /force:multiple
Product: lld
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: COFF
Assignee: unassignedbugs at nondot.org
Reporter: irony42 at me.com
CC: llvm-bugs at lists.llvm.org
Created attachment 20085
--> https://bugs.llvm.org/attachment.cgi?id=20085&action=edit
Implement /force:multiple
link.exe supports /force:multiple (turns duplicate symbol definition into a
warning instead of an error); it'd be nice if lld-link did too.
(Following
https://docs.microsoft.com/en-us/cpp/build/reference/force-force-file-output ,
if this functionality is implemented it should probably be activated by the
unqualified /force option as well)
Attached is a patch I wrote, but I have no idea what I'm doing (and if I did, I
wouldn't have wanted to use /force:multiple in the first place 😬)
--
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/20180318/de67aa7f/attachment.html>
More information about the llvm-bugs
mailing list