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:
authorSaleem Abdulrasool <compnerd@compnerd.org>2016-05-12 02:56:37 +0300
committerSaleem Abdulrasool <compnerd@compnerd.org>2016-05-12 02:56:37 +0300
commitf51af6c9cd5b3ffb3cce3dc3a5d60e500669d063 (patch)
tree2292f844cfb195b207c10e37b898c14bb59a8f50 /libcxxabi/src/cxa_personality.cpp
parent667de6a84e817fad2b7d05000ea0cdaf4a8c8b85 (diff)
libc++abi: make __cxa_call_unexpected visible
This may be invoked by the compiler, and needs to be made available so that the users can reference it. llvm-svn: 269255
Diffstat (limited to 'libcxxabi/src/cxa_personality.cpp')
-rw-r--r--libcxxabi/src/cxa_personality.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxxabi/src/cxa_personality.cpp b/libcxxabi/src/cxa_personality.cpp
index f3e0aeb53ebc..85b6df2393a0 100644
--- a/libcxxabi/src/cxa_personality.cpp
+++ b/libcxxabi/src/cxa_personality.cpp
@@ -1166,7 +1166,7 @@ __gxx_personality_v0(_Unwind_State state,
__attribute__((noreturn))
-void
+_LIBCXXABI_FUNC_VIS void
__cxa_call_unexpected(void* arg)
{
_Unwind_Exception* unwind_exception = static_cast<_Unwind_Exception*>(arg);