[PATCH] D75153: [ThinLTO] Allow usage of all SMT threads in the system

Alexandre Ganea via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Mar 28 09:07:58 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)


Taking a look now.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75153





More information about the cfe-commits mailing list