[PATCH] D75153: [ThinLTO] Allow usage of all SMT threads in the system
    Markus Böck via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Sat Mar 28 08:04:13 PDT 2020
    
    
  
zero9178 added a comment.
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)
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