mehdi_amini added inline comments.

================
Comment at: include/clang/Driver/Options.td:818
@@ -815,1 +817,3 @@
+  HelpText<"Controls the backend parallelism of -flto=thin (default "
+           "of 0 means use std::thread::hardware_concurrency)">;
 def fthinlto_index_EQ : Joined<["-"], "fthinlto-index=">,
----------------
`std::thread::hardware_concurrency` is a bit implementation specific, can we 
find a better formulation?
Something like `(default of 0 means the number of thread will be derived from 
the number of CPUs detected)`?


https://reviews.llvm.org/D24826



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

Reply via email to