<html>
<head>
<base href="https://llvm.org/bugs/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:lhames@gmail.com" title="Lang Hames <lhames@gmail.com>"> <span class="fn">Lang Hames</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED WONTFIX - Regression in r233747 - [ExecutionEngine] Fix MCJIT::addGlobalMapping."
href="https://llvm.org/bugs/show_bug.cgi?id=23497">bug 23497</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>WONTFIX
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED WONTFIX - Regression in r233747 - [ExecutionEngine] Fix MCJIT::addGlobalMapping."
href="https://llvm.org/bugs/show_bug.cgi?id=23497#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED WONTFIX - Regression in r233747 - [ExecutionEngine] Fix MCJIT::addGlobalMapping."
href="https://llvm.org/bugs/show_bug.cgi?id=23497">bug 23497</a>
from <span class="vcard"><a class="email" href="mailto:lhames@gmail.com" title="Lang Hames <lhames@gmail.com>"> <span class="fn">Lang Hames</span></a>
</span></b>
<pre>Sorry - this one fell through the cracks.
We only support adding global mappings for named external and weak symbols.
Other globals have values that can't, in general, be overridden via a global
mapping. Usually if you're running in to this the solution is just to name the
value in question, and bump its linkage to external if necessary.
I've added a comment to ExecutionEngine.h in r268415 to clarify this.</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>