forked from OSchip/llvm-project
__gxx_personality_v0 and __cxa_call_unexpected are complete on darwin and I *think* linux (not positive), but still unimplemented on arm.
llvm-svn: 149711
This commit is contained in:
parent
9dad8ae6c6
commit
71cf5ab0d3
|
@ -13,7 +13,7 @@
|
|||
</tr>
|
||||
|
||||
<tr>
|
||||
<th>dawin</th><th>linux</th><th>arm</th>
|
||||
<th>darwin</th><th>linux</th><th>arm</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
@ -375,8 +375,8 @@ thread.
|
|||
</p>
|
||||
</blockquote>
|
||||
</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>✓</td>
|
||||
<td>✓</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
@ -780,8 +780,8 @@ Called from the compiler.
|
|||
</p>
|
||||
</blockquote>
|
||||
</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>✓</td>
|
||||
<td>✓</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
|
|
Loading…
Reference in New Issue