<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 - Add support for /force:multiple"
href="https://bugs.llvm.org/show_bug.cgi?id=36784">36784</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Add support for /force:multiple
</td>
</tr>
<tr>
<th>Product</th>
<td>lld
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>All
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</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>COFF
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>irony42@me.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvm-bugs@lists.llvm.org
</td>
</tr></table>
<p>
<div>
<pre>Created <span class=""><a href="attachment.cgi?id=20085" name="attach_20085" title="Implement /force:multiple">attachment 20085</a> <a href="attachment.cgi?id=20085&action=edit" title="Implement /force:multiple">[details]</a></span>
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
<a href="https://docs.microsoft.com/en-us/cpp/build/reference/force-force-file-output">https://docs.microsoft.com/en-us/cpp/build/reference/force-force-file-output</a> ,
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 😬)</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>