Skip to content

Commit 9d58748

Browse files
committed
[lldb][DWARFASTParserClang][NFC] Fix build failure
Caused by a badly resolved merge conflict
1 parent 576f7cc commit 9d58748

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ static bool ShouldIgnoreArtificialField(llvm::StringRef FieldName) {
140140
return FieldName.starts_with("_vptr$")
141141
// gdb emit vtable pointer as "_vptr.classname"
142142
|| FieldName.starts_with("_vptr.");
143+
}
143144

144145
std::optional<DWARFFormValue>
145146
DWARFASTParserClang::FindConstantOnVariableDefinition(DWARFDIE die) {

0 commit comments

Comments
 (0)