Skip to content

Commit 3fa3e50

Browse files
committed
Reintroduce accidentally deleted "protected" keyword in SymbolFileDWARF
The "protected" was accidentally removed during refactoring of SymbolFileDWARF. Reintroduce it and also make DWARFASTParser a friend class since 040c4f4 was merged and won't build without it, as it dependeds on a method which was made public by accident. (cherry picked from commit db9023e)
1 parent 11f77d3 commit 3fa3e50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ class SymbolFileDWARF : public lldb_private::SymbolFileCommon {
8080
friend class DebugMapModule;
8181
friend class DWARFCompileUnit;
8282
friend class DWARFDIE;
83+
friend class DWARFASTParser;
8384
friend class DWARFASTParserClang;
8485
friend class DWARFASTParserSwift;
8586

0 commit comments

Comments
 (0)