You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reintroduce accidentally deleted "protected" keyword in SymbolFileDWARF (llvm#69990)
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.
0 commit comments