[Lldb-commits] [lldb] [lldb/dwarf] Fix DW_IDX_parent processing for split dwarf (PR #92745)

Felipe de Azevedo Piovezan via lldb-commits lldb-commits at lists.llvm.org
Mon May 20 07:50:32 PDT 2024


================
@@ -9,7 +9,7 @@
 #include "Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.h"
 #include "Plugins/SymbolFile/DWARF/DWARFDebugInfo.h"
 #include "Plugins/SymbolFile/DWARF/DWARFDeclContext.h"
-#include "Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.h"
+#include "Plugins/SymbolFile/DWARF/LogChannelDWARF.h"
----------------
felipepiovezan wrote:

Is this actually needed?

https://github.com/llvm/llvm-project/pull/92745


More information about the lldb-commits mailing list