[libcxx-commits] [PATCH] D124522: [libunwind][AArch64] Fix _Unwind_ForcedUnwind via sigreturn.

Ryan Prichard via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Apr 28 16:15:16 PDT 2022


rprichard added inline comments.


================
Comment at: libcxxabi/test/forced_unwind4.pass.cpp:12
+
+// pthread_cancel will call _Unwind_ForcedUnwind from a signal on the
+// child_thread. This test ensures sigretrun is handled correctly (see:
----------------
MaskRay wrote:
> This applies to glibc but not musl.
Also: Bionic doesn't have pthread_cancel. Maybe this test will have to be disabled for Android/Bionic.




Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124522



More information about the libcxx-commits mailing list