diff options
author | Howard Hinnant <hhinnant@apple.com> | 2012-01-04 20:49:43 +0000 |
---|---|---|
committer | Howard Hinnant <hhinnant@apple.com> | 2012-01-04 20:49:43 +0000 |
commit | 66d9327b80a75bd0b3d3703d803f77a7ce210966 (patch) | |
tree | 835720d8eb0cd8d272888644b21fb8bef0a21eb9 /libcxxabi/src/cxa_exception.cpp | |
parent | 2b84704efcf07804ff46a8b8475492a90ecff670 (diff) | |
download | bcm5719-llvm-66d9327b80a75bd0b3d3703d803f77a7ce210966.tar.gz bcm5719-llvm-66d9327b80a75bd0b3d3703d803f77a7ce210966.zip |
Just getting started on the personality routine. This is just a skeleton. Still learning how to fill it in...
llvm-svn: 147547
Diffstat (limited to 'libcxxabi/src/cxa_exception.cpp')
-rw-r--r-- | libcxxabi/src/cxa_exception.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libcxxabi/src/cxa_exception.cpp b/libcxxabi/src/cxa_exception.cpp index 53623cfe181..9fa7abace09 100644 --- a/libcxxabi/src/cxa_exception.cpp +++ b/libcxxabi/src/cxa_exception.cpp @@ -451,12 +451,6 @@ __cxa_rethrow_primary_exception(void* thrown_object) // If we return client will call terminate() } -_Unwind_Reason_Code -__gxx_personality_v0(int version, _Unwind_Action actions, uint64_t exceptionClass, - _Unwind_Exception* exceptionObject, _Unwind_Context* context) -{ -} - } // extern "C" } // abi |