[PATCH] D147493: [ELF] Cap parallel::strategy to 8 cores when --threads= is unspecified
Thorsten via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 3 23:43:28 PDT 2023
tschuett added a comment.
How about turning it into a warning instead:
The parallelism is higher than 8 and --threads= was not specified.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147493/new/
https://reviews.llvm.org/D147493
More information about the llvm-commits
mailing list