[libcxx-commits] [PATCH] D124522: [libunwind][AArch64] Fix _Unwind_ForcedUnwind via sigreturn.
Ryan Prichard via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Apr 29 15:51:55 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:
----------------
danielkiss wrote:
> 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
Thanks!
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