[PATCH] D20874: [libcxx] Two more threading dependencies
Ben Craig via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 1 11:56:33 PDT 2016
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
More information about the cfe-commits
mailing list