[llvm] [BOLT][DWARF][NFC] Add parallelization for processing of DWO debug information (PR #100282)
Alexander Yermolovich via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 23 17:51:05 PDT 2024
================
@@ -50,7 +50,7 @@ enum SchedulingPolicy {
};
/// Return the managed thread pool and initialize it if not initialized.
-ThreadPoolInterface &getThreadPool();
+ThreadPoolInterface &getThreadPool(const int ThreadsCount = opts::ThreadCount);
----------------
ayermolo wrote:
I meant not for default, but at call site in DWARFRewriter.cpp
https://github.com/llvm/llvm-project/pull/100282
More information about the llvm-commits
mailing list