<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:mh+llvm@glandium.org" title="Mike Hommey <mh+llvm@glandium.org>"> <span class="fn">Mike Hommey</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED INVALID - clang/llvm revision 325569 and newer are unable to build Firefox, with "test-ctors.so: terminate called after throwing an instance of 'std::runtime_error'" and then " what(): Unsupported relocation type""
href="https://bugs.llvm.org/show_bug.cgi?id=36470">bug 36470</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 - clang/llvm revision 325569 and newer are unable to build Firefox, with "test-ctors.so: terminate called after throwing an instance of 'std::runtime_error'" and then " what(): Unsupported relocation type""
href="https://bugs.llvm.org/show_bug.cgi?id=36470#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED INVALID - clang/llvm revision 325569 and newer are unable to build Firefox, with "test-ctors.so: terminate called after throwing an instance of 'std::runtime_error'" and then " what(): Unsupported relocation type""
href="https://bugs.llvm.org/show_bug.cgi?id=36470">bug 36470</a>
from <span class="vcard"><a class="email" href="mailto:mh+llvm@glandium.org" title="Mike Hommey <mh+llvm@glandium.org>"> <span class="fn">Mike Hommey</span></a>
</span></b>
<pre>elfhack is effectively a linker, and supports very few relocation types. As you
pointed out in the Firefox bug, revision 325569 changed a relocation type
emitted by LLVM, and while elfhack has support for R_X86_64_PC32, it lacks
support for R_X86_64_PLT32.
IOW, not a LLVM bug.</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>