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 5cca8f3 commit 2508c76Copy full SHA for 2508c76
lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
@@ -3202,9 +3202,9 @@ size_t SymbolFileDWARF::ParseBlocksRecursive(Function &func) {
3202
// We can't use the file address from the Function object as (in the OSO
3203
// case) it will already be remapped to the main module.
3204
if (llvm::Expected<llvm::DWARFAddressRangesVector> ranges =
3205
- function_die.GetDIE()->GetAttributeAddressRanges(
3206
- function_die.GetCU(),
3207
- /*check_hi_lo_pc=*/true)) {
+ function_die.GetDIE()->GetAttributeAddressRanges(
+ function_die.GetCU(),
+ /*check_hi_lo_pc=*/true)) {
3208
if (ranges->empty())
3209
return 0;
3210
// TODO: Use the first range instead.
0 commit comments