[PATCH] [Updated] D21803: [libcxxabi] Provide a fallback __cxa_thread_atexit() implementation

Asiri Rathnayake via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 30 02:04:18 PDT 2016


rmaprath added a comment.

@tavianator: I'm about to commit https://reviews.llvm.org/D24864, which will affect this patch (indirectly). 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


https://reviews.llvm.org/D21803





More information about the cfe-commits mailing list