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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to