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 ccb6e49 commit 57a8542Copy full SHA for 57a8542
bolt/lib/Rewrite/DWARFRewriter.cpp
@@ -632,8 +632,7 @@ void DWARFRewriter::updateDebugInfo() {
632
std::mutex AccessMutex;
633
// Needs to be invoked in the same order as CUs are processed.
634
llvm::DenseMap<uint64_t, uint64_t> LocListWritersIndexByCU;
635
- auto createRangeLocListAddressWriters =
636
- [&](DWARFUnit &CU) {
+ auto createRangeLocListAddressWriters = [&](DWARFUnit &CU) {
637
std::lock_guard<std::mutex> Lock(AccessMutex);
638
639
const uint16_t DwarfVersion = CU.getVersion();
0 commit comments