rmaprath added inline comments.

================
Comment at: CMakeLists.txt:278
@@ -277,1 +277,3 @@
 
+if (LIBCXXABI_HAS_PTHREAD_API)
+  add_definitions(-D_LIBCPP_HAS_THREAD_API_PTHREAD)
----------------
Shouldn't there be an `option()` line for this new build option? Also a check 
for compatibility with the `LIBCXXABI_ENABLE_THREADS` option?


http://reviews.llvm.org/D20574



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

Reply via email to