[libcxx-commits] [PATCH] D126868: [libunwind] Remove unused ARM SEH placeholder code
Fangrui Song via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Jun 5 13:38:07 PDT 2022
MaskRay added a comment.
In D126868#3559208 <https://reviews.llvm.org/D126868#3559208>, @manojgupta wrote:
> Daniel, can you please check if this removal is ok. I am particularly worried about pthread_cancel which is often hard to debug.
The removed code is guarded by `#if defined(_LIBUNWIND_SUPPORT_SEH_UNWIND)`. ELF is not affected.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126868/new/
https://reviews.llvm.org/D126868
More information about the libcxx-commits
mailing list