Skip to content

Commit 71cf5ab

Browse files
author
Howard Hinnant
committed
__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
1 parent 9dad8ae commit 71cf5ab

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

libcxxabi/www/spec.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</tr>
1414

1515
<tr>
16-
<th>dawin</th><th>linux</th><th>arm</th>
16+
<th>darwin</th><th>linux</th><th>arm</th>
1717
</tr>
1818

1919
<tr>
@@ -375,8 +375,8 @@
375375
</p>
376376
</blockquote>
377377
</td>
378-
<td></td>
379-
<td></td>
378+
<td>&#10003;</td>
379+
<td>&#10003;</td>
380380
<td></td>
381381
</tr>
382382

@@ -780,8 +780,8 @@
780780
</p>
781781
</blockquote>
782782
</td>
783-
<td></td>
784-
<td></td>
783+
<td>&#10003;</td>
784+
<td>&#10003;</td>
785785
<td></td>
786786
</tr>
787787

0 commit comments

Comments
 (0)