<html>
<head>
<base href="https://llvm.org/bugs/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:rnk@google.com" title="Reid Kleckner <rnk@google.com>"> <span class="fn">Reid Kleckner</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED LATER - error in backend: Cannot select: intrinsic %llvm.eh.actions"
href="https://llvm.org/bugs/show_bug.cgi?id=23150">bug 23150</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;">CC</td>
<td>
</td>
<td>rnk@google.com
</td>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>---
</td>
<td>LATER
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED LATER - error in backend: Cannot select: intrinsic %llvm.eh.actions"
href="https://llvm.org/bugs/show_bug.cgi?id=23150#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED LATER - error in backend: Cannot select: intrinsic %llvm.eh.actions"
href="https://llvm.org/bugs/show_bug.cgi?id=23150">bug 23150</a>
from <span class="vcard"><a class="email" href="mailto:rnk@google.com" title="Reid Kleckner <rnk@google.com>"> <span class="fn">Reid Kleckner</span></a>
</span></b>
<pre>C++ exceptions are currently under development and not yet supported. You can
disable them in the VS project properties panel. Also consider adding
-D_HAS_EXCEPTIONS=0 so that the STL doesn't use them.
If your project doesn't use exceptions and you can't get things to work, feel
free to open more bugs for those issues.
I ran your test case and I get a different crash here:
While deleting: i8* %call.i62
Use still stuck around after Def is destroyed: %.in = phi i8* [ %call.i62,
%invoke.cont26 ], [ %call.i63, %if.end18 ]
Assertion failed: use_empty() && "Uses remain when a value is destroyed!", file
..\lib\IR\Value.cpp, line 82</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>