Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2011-12-22 20:00:06 +0400
committerHoward Hinnant <hhinnant@apple.com>2011-12-22 20:00:06 +0400
commitf5bde09cc1d98fbeddbdf29cbe4de4e19c964200 (patch)
tree1098d9b9e4f41199bb5d391cf4efac8329c0c5b7 /libcxxabi/src/cxa_exception.cpp
parent1de4fc0dfa9ee9f3bf2d7dfa7b8730740ac61b83 (diff)
credits adjustment
llvm-svn: 147148
Diffstat (limited to 'libcxxabi/src/cxa_exception.cpp')
-rw-r--r--libcxxabi/src/cxa_exception.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/libcxxabi/src/cxa_exception.cpp b/libcxxabi/src/cxa_exception.cpp
index 77ac7c56fb93..9d9d76486582 100644
--- a/libcxxabi/src/cxa_exception.cpp
+++ b/libcxxabi/src/cxa_exception.cpp
@@ -449,6 +449,12 @@ __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