<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:bd1976llvm@gmail.com" title="Ben Dunbobbin <bd1976llvm@gmail.com>"> <span class="fn">Ben Dunbobbin</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - attributes that force symbols into named sections can create broken ELF output"
href="https://bugs.llvm.org/show_bug.cgi?id=43457">bug 43457</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>FIXED
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - attributes that force symbols into named sections can create broken ELF output"
href="https://bugs.llvm.org/show_bug.cgi?id=43457#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - attributes that force symbols into named sections can create broken ELF output"
href="https://bugs.llvm.org/show_bug.cgi?id=43457">bug 43457</a>
from <span class="vcard"><a class="email" href="mailto:bd1976llvm@gmail.com" title="Ben Dunbobbin <bd1976llvm@gmail.com>"> <span class="fn">Ben Dunbobbin</span></a>
</span></b>
<pre>Mergeable issues fixed by: 86478d3de91a.
During review we agreed that we are happy with 86478d3de91a being the full fix
for this bug.
Originally, I was of the opinion that we should diagnose/fix the case of any
symbol being explicitly assigned to an incompatible section. For example
putting a function in the data section (.data). However, you can easily do this
at link time (with a linker script) and no diagnostic will be emitted. For most
symbols the Lowering behaviour is also obvious from the source code. Mergeable
symbols are the exception as it is not obvious that these will be optimized
during Lowering.</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>