<html>
<head>
<base href="http://llvm.org/bugs/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:wschmidt@linux.vnet.ibm.com" title="Bill Schmidt <wschmidt@linux.vnet.ibm.com>"> <span class="fn">Bill Schmidt</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED INVALID - Missing nop after bl"
href="http://llvm.org/bugs/show_bug.cgi?id=18267">bug 18267</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 - Missing nop after bl"
href="http://llvm.org/bugs/show_bug.cgi?id=18267#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED INVALID - Missing nop after bl"
href="http://llvm.org/bugs/show_bug.cgi?id=18267">bug 18267</a>
from <span class="vcard"><a class="email" href="mailto:wschmidt@linux.vnet.ibm.com" title="Bill Schmidt <wschmidt@linux.vnet.ibm.com>"> <span class="fn">Bill Schmidt</span></a>
</span></b>
<pre>Andreas, this appears to be an occasional problem with gcc when
-fvisibility-inlines-hidden is used to compile C++ source. I've spoken with
another person who's seen this before. So far as I can tell, there hasn't been
a bug opened against GCC for this problem. That would be the appropriate route
to take. Meanwhile, it looks like Makefile.rules gives you a way to disable
that flag when building:
ifeq ($(ENABLE_VISIBILITY_INLINES_HIDDEN),1)
CXX.Flags += -fvisibility-inlines-hidden
endif
You should be able to make progress by disabling that flag.
Closing this as "not a bug in Clang/LLVM."</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>