Skip to content

Commit 4cb7a95

Browse files
author
git apple-llvm automerger
committed
Merge commit 'cb4c9cd3447b' from swift/release/6.2 into stable/20240723
2 parents 5441e0c + cb4c9cd commit 4cb7a95

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3936,10 +3936,9 @@ void SymbolFileDWARF::ParseAndAppendGlobalVariable(
39363936
break;
39373937

39383938
default:
3939-
GetObjectFile()->GetModule()->ReportError(
3940-
"didn't find appropriate parent DIE for variable list for {0:x8} "
3941-
"{1} ({2}).\n",
3942-
die.GetID(), DW_TAG_value_to_name(die.Tag()), die.Tag());
3939+
LLDB_LOG(GetLog(DWARFLog::Lookups),
3940+
"{0} '{1}' ({2:x8}) is not a global variable - ignoring", tag,
3941+
die.GetName(), die.GetID());
39433942
return;
39443943
}
39453944

0 commit comments

Comments
 (0)