<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:ian@iandouglasscott.com" title="Ian Douglas Scott <ian@iandouglasscott.com>"> <span class="fn">Ian Douglas Scott</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - wasm-ld not setting start symbol"
href="https://bugs.llvm.org/show_bug.cgi?id=42713">bug 42713</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>WONTFIX
</td>
<td>FIXED
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - wasm-ld not setting start symbol"
href="https://bugs.llvm.org/show_bug.cgi?id=42713#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - wasm-ld not setting start symbol"
href="https://bugs.llvm.org/show_bug.cgi?id=42713">bug 42713</a>
from <span class="vcard"><a class="email" href="mailto:ian@iandouglasscott.com" title="Ian Douglas Scott <ian@iandouglasscott.com>"> <span class="fn">Ian Douglas Scott</span></a>
</span></b>
<pre>Interesting. So is it then expected that --entry doesn't really do anything
other than (looking at the code in Driver.cpp) verify the symbol exists, set
.forceExport to true, and call .setHidden(false)? This isn't really what I'd
expect; but I guess this reflects how WASM is unusual in that a wasm file that
isn't a "library" can export any number of functions, unlike normal targets
with one entry point.
In which case I suppose there also should be an additional argument to set the
start symbol, though I don't have any immediate need for it.</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>