[libcxx-commits] [PATCH] D73584: [libcxxabi] Changed use of _Unwind_Personality_Fn to __personality_routine

Markus Böck via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Feb 1 02:58:36 PST 2020


zero9178 updated this revision to Diff 241870.
zero9178 retitled this revision from "[libunwind] Add _Unwind_Personality_Fn typedef to unwind.h header" to "[libcxxabi] Changed use of _Unwind_Personality_Fn to __personality_routine".
zero9178 edited the summary of this revision.
Herald added a reviewer: EricWF.
Herald added a subscriber: ldionne.

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73584/new/

https://reviews.llvm.org/D73584

Files:
  libcxxabi/src/cxa_personality.cpp


Index: libcxxabi/src/cxa_personality.cpp
===================================================================
--- libcxxabi/src/cxa_personality.cpp
+++ libcxxabi/src/cxa_personality.cpp
@@ -29,7 +29,7 @@
 extern "C" EXCEPTION_DISPOSITION _GCC_specific_handler(PEXCEPTION_RECORD,
                                                        void *, PCONTEXT,
                                                        PDISPATCHER_CONTEXT,
-                                                       _Unwind_Personality_Fn);
+                                                       __personality_routine);
 #endif
 
 /*


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73584.241870.patch
Type: text/x-patch
Size: 604 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200201/e99c93cc/attachment.bin>


More information about the libcxx-commits mailing list