[PATCH] D86767: [libunwind] Minor SJLJ config cleanup. NFCI.
Ryan Prichard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 28 01:16:48 PDT 2020
rprichard added a subscriber: ldionne.
rprichard added a comment.
FWIW, I compiled libunwind for Darwin, and I had trouble getting it to compile for armv7. Unwind-sjlj.c needs these things:
- `#include <System/pthread_machdep.h>`
- `_pthread_getspecific_direct(__PTK_LIBC_DYLD_Unwind_SjLj_Key)`
My iPhoneOS/iPhoneSimulator SDKs lacked the header file and the two identifiers. I compiled the armv7 libunwind by commenting out a few parts of that file.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86767/new/
https://reviews.llvm.org/D86767
More information about the llvm-commits
mailing list