[PATCH] D50414: [libunwind][include] Add SEH declarations to <unwind.h>.

Charles Davis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 8 06:50:06 PDT 2018


cdavis5x added a comment.

In https://reviews.llvm.org/D50414#1191834, @mstorsjo wrote:

> Should we maybe add the same declaration of `_GCC_specific_handler` to clang's unwind.h? That would allow removing the forward declaration in libcxxabi from https://reviews.llvm.org/D49638.


Probably. I believe it's present in GCC's `<unwind.h>`, too.

> Do you plan on implementing these SEH specific bits in libunwind,

Already have. Patch forthcoming.


Repository:
  rUNW libunwind

https://reviews.llvm.org/D50414





More information about the llvm-commits mailing list