Skip to content

Commit 670f773

Browse files
committed
Formatting change
1 parent f1b08ed commit 670f773

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bolt/lib/Rewrite/DWARFRewriter.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -699,6 +699,7 @@ void DWARFRewriter::updateDebugInfo() {
699699
? std::nullopt
700700
: std::optional<std::string>(opts::DwarfOutputPath.c_str());
701701
{
702+
std::lock_guard<std::mutex> Lock(AccessMutex);
702703
DWOName = DIEBlder->updateDWONameCompDir(
703704
*StrOffstsWriter, *StrWriter, *Unit, DwarfOutputPath, std::nullopt);
704705
}

0 commit comments

Comments
 (0)