[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
Wed Jul 24 13:24:55 PDT 2024
================
@@ -102,12 +102,15 @@ inline unsigned estimateTotalCost(const BinaryContext &BC,
} // namespace
-ThreadPoolInterface &getThreadPool() {
+ThreadPoolInterface &getThreadPool(const int ThreadsCount) {
----------------
ayermolo wrote:
Technically speaking yes, but just from API perspective < 0 number of threads is just not a valid value.
https://github.com/llvm/llvm-project/pull/100282
More information about the llvm-commits
mailing list