credits adjustment
llvm-svn: 147148
Cr-Mirrored-From: sso://chromium.googlesource.com/_direct/external/github.com/llvm/llvm-project
Cr-Mirrored-Commit: f5bde09cc1d98fbeddbdf29cbe4de4e19c964200
diff --git a/src/cxa_exception.cpp b/src/cxa_exception.cpp
index 77ac7c5..9d9d764 100644
--- a/src/cxa_exception.cpp
+++ b/src/cxa_exception.cpp
@@ -449,6 +449,12 @@
// 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