[PATCH] D50413: [libunwind][include] Add some missing definitions to <unwind.h>.

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 10 04:23:49 PDT 2018


mstorsjo added a comment.

@cdavis5x I presume the fact that this one turned out tricky is blocking submitting the SEH unwinding patch.

Would it be worth to rework that patch to just use the basic types just like libunwind does today, e.g. having `_Unwind_GetRegionStart` return plain `uintptr_t` instead of `_Unwind_Ptr`, which also would be consistent with the existing entry points in Unwind-EHABI.cpp, Unwind-sjlj.c and UnwindLevel1.c, in order to be able to submit it before this one gets sorted out?


Repository:
  rUNW libunwind

https://reviews.llvm.org/D50413





More information about the llvm-commits mailing list