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

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 15 12:05:48 PDT 2016


EricWF accepted this revision.
EricWF added a comment.
This revision is now accepted and ready to land.

LGTM. Thanks for the patch.


================
Comment at: src/cxa_thread_atexit.cpp:70
@@ +69,3 @@
+
+  void run_dtors(void*) {
+    while (auto head = dtors) {
----------------
Na I thought I was solving a bug that didn't exist. You give me too much credit.


https://reviews.llvm.org/D21803





More information about the cfe-commits mailing list