This revision was automatically updated to reflect the committed changes.
Closed by commit rL339258: [libunwind][include] Add SEH declarations to
. (authored by cdavis, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D50414?vs=159722&id=159728#toc
Repository:
rL L
mstorsjo accepted this revision.
mstorsjo added a comment.
This revision is now accepted and ready to land.
In https://reviews.llvm.org/D50414#1192267, @cdavis5x wrote:
> In https://reviews.llvm.org/D50414#1191834, @mstorsjo wrote:
>
> > Do you plan on implementing these SEH specific bits in libu
cdavis5x updated this revision to Diff 159722.
cdavis5x added a comment.
- Remove unneeded preprocessor condition.
Repository:
rUNW libunwind
https://reviews.llvm.org/D50414
Files:
include/unwind.h
Index: include/unwind.h
==
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.
mstorsjo added a comment.
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.
Do you plan on implementing these SEH specific bits in libunwind, or are you
j
cdavis5x created this revision.
cdavis5x added reviewers: mstorsjo, rnk, compnerd, smeenai.
Herald added subscribers: cfe-commits, chrib, christof.
Make the `_Unwind_Exception` struct correct under SEH. Add a
declaration of `_GCC_specific_handler()`, which is used by SEH versions
of Itanium person