bcraig added inline comments.

================
Comment at: include/__threading_support:187
@@ +186,3 @@
+{
+    std::terminate();
+}
----------------
Why does this need to go in threading_support?  Seems like this is mostly 
orthogonal to threading.  libcxxabi seems like the better place to hold changes 
to terminate anyway.


http://reviews.llvm.org/D20874



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

Reply via email to