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

Daniel Kiss via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Apr 29 00:47:57 PDT 2022


danielkiss marked an inline comment as done.
danielkiss 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:
----------------
rprichard wrote:
> 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.
> 
> 
done. https://github.com/llvm/llvm-project/commit/6830ebb07eb9065dca0215e5ae6b22a24d35a745 


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