Skip to content

Commit 99e4bd9

Browse files
clayborgAlexisPerry
authored andcommitted
Fix buildbots for llvm#87740
1 parent d6c32f8 commit 99e4bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1746,7 +1746,7 @@ SymbolFileDWARF *SymbolFileDWARF::GetDIERefSymbolFile(const DIERef &die_ref) {
17461746

17471747
if (file_index) {
17481748
// We have a SymbolFileDWARFDebugMap, so let it find the right file
1749-
\ if (SymbolFileDWARFDebugMap *debug_map = GetDebugMapSymfile())
1749+
if (SymbolFileDWARFDebugMap *debug_map = GetDebugMapSymfile())
17501750
return debug_map->GetSymbolFileByOSOIndex(*file_index);
17511751

17521752
// Handle the .dwp file case correctly

0 commit comments

Comments
 (0)