[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 12:48:28 PDT 2024


================
@@ -102,12 +102,15 @@ inline unsigned estimateTotalCost(const BinaryContext &BC,
 
 } // namespace
 
-ThreadPoolInterface &getThreadPool() {
+ThreadPoolInterface &getThreadPool(const int ThreadsCount) {
----------------
ayermolo wrote:

Make unsigned? Negative ThreadCount doesn't make sense.

https://github.com/llvm/llvm-project/pull/100282


More information about the llvm-commits mailing list