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 83e179a commit 61659b4Copy full SHA for 61659b4
bolt/lib/Rewrite/DWARFRewriter.cpp
@@ -725,7 +725,8 @@ 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 unsigned int ThreadCount = std::min(opts::DebugThreadCount, opts::ThreadCount);
+ const unsigned int ThreadCount =
729
+ std::min(opts::DebugThreadCount, opts::ThreadCount);
730
ThreadPoolInterface &ThreadPool =
731
ParallelUtilities::getThreadPool(ThreadCount);
732
for (DWARFUnit *CU : DIEBlder.getProcessedCUs()) {
0 commit comments