[libcxx-commits] [PATCH] D73584: [libunwind] Add _Unwind_Personality_Fn typedef

Markus Böck via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Feb 3 08:10:47 PST 2020


zero9178 updated this revision to Diff 242081.
zero9178 retitled this revision from "[libcxxabi] Changed use of _Unwind_Personality_Fn to __personality_routine" to "[libunwind] Add _Unwind_Personality_Fn typedef".
zero9178 edited the summary of this revision.
zero9178 added a comment.

Reverted back to defining _Unwind_Personality_Fn in unwind.h


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

https://reviews.llvm.org/D73584

Files:
  libunwind/include/unwind.h


Index: libunwind/include/unwind.h
===================================================================
--- libunwind/include/unwind.h
+++ libunwind/include/unwind.h
@@ -158,6 +158,8 @@
        struct _Unwind_Context* context);
 #endif
 
+typedef __personality_routine _Unwind_Personality_Fn;
+
 #ifdef __cplusplus
 extern "C" {
 #endif


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73584.242081.patch
Type: text/x-patch
Size: 335 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200203/9833f5db/attachment.bin>


More information about the libcxx-commits mailing list