<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:chris@cvine.freeserve.co.uk" title="Chris Vine <chris@cvine.freeserve.co.uk>"> <span class="fn">Chris Vine</span></a>
</span> changed
<a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED - lp_bld_misc.cpp:503:40: error: no matching function for call to ‘llvm::EngineBuilder::setMCJITMemoryManager(ShaderMemoryManager*&)’"
href="https://bugs.freedesktop.org/show_bug.cgi?id=86958">bug 86958</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>RESOLVED
</td>
<td>REOPENED
</td>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>FIXED
</td>
<td>---
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED - lp_bld_misc.cpp:503:40: error: no matching function for call to ‘llvm::EngineBuilder::setMCJITMemoryManager(ShaderMemoryManager*&)’"
href="https://bugs.freedesktop.org/show_bug.cgi?id=86958#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED - lp_bld_misc.cpp:503:40: error: no matching function for call to ‘llvm::EngineBuilder::setMCJITMemoryManager(ShaderMemoryManager*&)’"
href="https://bugs.freedesktop.org/show_bug.cgi?id=86958">bug 86958</a>
from <span class="vcard"><a class="email" href="mailto:chris@cvine.freeserve.co.uk" title="Chris Vine <chris@cvine.freeserve.co.uk>"> <span class="fn">Chris Vine</span></a>
</span></b>
<pre>It looks as if there is another problem with this code with llvm-3.6. The
ShaderMemoryManager object pointed to by MM is deleted at line 530, but if (i)
useMCJIT is false, and (ii) HAVE_LLVM >= 0x0306 (ie llvm >= 3.6), then MM is
never initialised and delete is being applied to a thin air value.
Either MM need to be initialized to 0 at its declaration, or initialized to 0
at line 517.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>