[PATCH] D105968: [libunwind][CET] Support exception handling stack unwind in CET environment

xiongji90 via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 9 20:02:19 PDT 2021


xiongji90 added a comment.

In D105968#2932821 <https://reviews.llvm.org/D105968#2932821>, @MaskRay wrote:

> Have you checked `check-cxxabi` `test/forced_unwind[12].pass.cpp`? Do they pass with CET?

Hi, @MaskRay 
Yes, all libcxx and libcxxabi case including forced_unwind[12].pass.cpp have been tested using libunwind. Those "forced_unwind" test cases depend on _Unwind_ForcedUnwind and this patch also supports _Unwind_ForcedUnwind in CET system.
Thanks very much.


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

https://reviews.llvm.org/D105968



More information about the llvm-commits mailing list