[PATCH] D112705: Add hint to readme, how to use automatically the optimal number of CPU cores

Chris Lattner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 30 14:48:13 PDT 2021


lattner added a comment.

`$(nproc)` isn't set for me in bash, I don't think we should point people to that.  I agree "CPUs" is probably the wrong thing but your suggestion doesn't cover SMT systems, maybe "the number of CPU cores/threads you have"?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D112705/new/

https://reviews.llvm.org/D112705



More information about the llvm-commits mailing list