diff options
| author | Howard Hinnant <hhinnant@apple.com> | 2011-12-22 00:03:36 +0000 |
|---|---|---|
| committer | Howard Hinnant <hhinnant@apple.com> | 2011-12-22 00:03:36 +0000 |
| commit | 2aa433398a72949ebf14c2189d3b82734249ac2a (patch) | |
| tree | 6694c5a84c20bd42fc93d3ebe9ee608129befc2e | |
| parent | 2b80dad57235d1f6784fd632b76c994fa5c0616e (diff) | |
| download | bcm5719-llvm-2aa433398a72949ebf14c2189d3b82734249ac2a.tar.gz bcm5719-llvm-2aa433398a72949ebf14c2189d3b82734249ac2a.zip | |
Updated spec.html regarding __cxa_uncaught_exception.
llvm-svn: 147110
| -rw-r--r-- | libcxxabi/www/spec.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libcxxabi/www/spec.html b/libcxxabi/www/spec.html index f0a10dc6ef5..c4648734fd8 100644 --- a/libcxxabi/www/spec.html +++ b/libcxxabi/www/spec.html @@ -354,9 +354,8 @@ thread. </p> </blockquote> </td> -<td></td> -<td></td> -<td></td> +<td colspan="3">I don't think we want to do this. <tt>__cxa_get_globals()</tt> +is already exported and has this information.</td> </tr> <tr> |

