We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 097a950 commit fe32431Copy full SHA for fe32431
bolt/lib/Rewrite/DWARFRewriter.cpp
@@ -725,7 +725,7 @@ void DWARFRewriter::updateDebugInfo() {
725
for (std::vector<DWARFUnit *> &Vec : PartVec) {
726
DIEBlder.buildCompileUnits(Vec);
727
llvm::SmallVector<std::unique_ptr<DIEBuilder>, 72> DWODIEBuildersByCU;
728
- const int ThreadCount = std::min(opts::DebugThreadCount, opts::ThreadCount);
+ const unsigned int ThreadCount = std::min(opts::DebugThreadCount, opts::ThreadCount);
729
ThreadPoolInterface &ThreadPool =
730
ParallelUtilities::getThreadPool(ThreadCount);
731
for (DWARFUnit *CU : DIEBlder.getProcessedCUs()) {
0 commit comments