[PATCH] [Updated] D17815: [libc++abi] Use fallback_malloc to allocate __cxa_eh_globals in case of dynamic memory exhaustion.
Asiri Rathnayake via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 30 02:07:22 PDT 2016
rmaprath added a comment.
@ikudrin: Looks like you've reverted this soon after. I'm just about to commit https://reviews.llvm.org/D24864, which will affect this slightly. https://reviews.llvm.org/D24864 basically refactors all pthread dependencies behind a separate API. It would be pretty straightforward for you to update this patch though, just replacing pthread calls with ones in thread_support.h (perhaps adding anything missing).
Hope you don't mind me going first? If you are going to commit this soon, I can hold off https://reviews.llvm.org/D24864. Let me know.
Cheers,
/ Asiri
Repository:
rL LLVM
https://reviews.llvm.org/D17815
More information about the cfe-commits
mailing list