<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:i@maskray.me" title="Fangrui Song <i@maskray.me>"> <span class="fn">Fangrui Song</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED INVALID - [ThinLTO] linkonce_odr function is incorrectly not discarded from global_ctors"
href="https://bugs.llvm.org/show_bug.cgi?id=51067">bug 51067</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;">Status</td>
<td>NEW
</td>
<td>RESOLVED
</td>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>---
</td>
<td>INVALID
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED INVALID - [ThinLTO] linkonce_odr function is incorrectly not discarded from global_ctors"
href="https://bugs.llvm.org/show_bug.cgi?id=51067#c11">Comment # 11</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED INVALID - [ThinLTO] linkonce_odr function is incorrectly not discarded from global_ctors"
href="https://bugs.llvm.org/show_bug.cgi?id=51067">bug 51067</a>
from <span class="vcard"><a class="email" href="mailto:i@maskray.me" title="Fangrui Song <i@maskray.me>"> <span class="fn">Fangrui Song</span></a>
</span></b>
<pre>LangRef has been clarified by <a href="https://reviews.llvm.org/D106300">https://reviews.llvm.org/D106300</a>
Due to <a href="https://sourceware.org/bugzilla/show_bug.cgi?id=28124#c1">https://sourceware.org/bugzilla/show_bug.cgi?id=28124#c1</a> , unfortunately
we cannot use SHF_LINK_ORDER to represent the semantics of the third field of
llvm.global_ctors
Therefore, on ELF we are stuck with section groups. We therefore have the
limitation:
On ELF the referenced global variable or function must be in a comdat.
So the original report is unsupported.</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>