Skip to content

Commit feba840

Browse files
committed
fixup! don't need to change ParseVariableDIE to account for constants anymore
1 parent 21567b3 commit feba840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3647,7 +3647,7 @@ VariableSP SymbolFileDWARF::ParseVariableDIE(const SymbolContext &sc,
36473647
// found there.
36483648
location_list.SetModule(debug_map_symfile->GetObjectFile()->GetModule());
36493649

3650-
if (is_static_lifetime && !location_is_const_value_data) {
3650+
if (is_static_lifetime) {
36513651
if (is_external)
36523652
scope = eValueTypeVariableGlobal;
36533653
else

0 commit comments

Comments
 (0)