[PATCH] D75153: [ThinLTO] Allow usage of all SMT threads in the system
Alexandre Ganea via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 28 11:17:12 PDT 2020
aganea added a comment.
In D75153#1947956 <https://reviews.llvm.org/D75153#1947956>, @zero9178 wrote:
> This patch seems to break when disabling threading (aka LLVM_ENABLE_THREADS == 0) as get_threadpool_strategy is undefined therefore creating linker failures in clang. (Tested on Windows)
Should be fixed after rG3ab3f3c5d5825476dc1be15992f7c964629de688 <https://reviews.llvm.org/rG3ab3f3c5d5825476dc1be15992f7c964629de688>.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75153/new/
https://reviews.llvm.org/D75153
More information about the llvm-commits
mailing list