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 37c2c3d commit 8f2f434Copy full SHA for 8f2f434
llvm/lib/Object/ELF.cpp
@@ -838,8 +838,8 @@ decodeBBAddrMapImpl(const ELFFile<ELFT> &EF,
838
RangeBaseAddress = *AddressOrErr;
839
NumBlocksInBBRange = readULEB128As<uint32_t>(Data, Cur, ULEBSizeErr);
840
}
841
- uint32_t TotalNumBlocks = 0;
842
std::vector<BBAddrMap::BBRangeEntry> BBRangeEntries;
+ uint32_t TotalNumBlocks = 0;
843
for (uint32_t BBRangeIndex = 0; BBRangeIndex < NumBBRanges;
844
++BBRangeIndex) {
845
uint32_t PrevBBEndOffset = 0;
0 commit comments