Add missing _LIBCXXABI_FUNC_VIS to __gxx_personality_seh0

This was missed in SVN r337754.

llvm-svn: 339503
This commit is contained in:
Martin Storsjo 2018-08-11 19:36:06 +00:00
parent ce698a5586
commit 9b60b9289c
1 changed files with 1 additions and 1 deletions

View File

@ -1038,7 +1038,7 @@ __gxx_personality_v0
}
#if defined(__SEH__) && !defined(__USING_SJLJ_EXCEPTIONS__)
extern "C" EXCEPTION_DISPOSITION
extern "C" _LIBCXXABI_FUNC_VIS EXCEPTION_DISPOSITION
__gxx_personality_seh0(PEXCEPTION_RECORD ms_exc, void *this_frame,
PCONTEXT ms_orig_context, PDISPATCHER_CONTEXT ms_disp)
{