[Lldb-commits] [lldb] [lldb][DWARFASTParserClang] Added a check for the specialization existence (PR #154123)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Mon Sep 8 03:08:29 PDT 2025


================
@@ -1725,6 +1725,7 @@ DWARFASTParserClang::ParseStructureLikeDIE(const SymbolContext &sc,
   const dw_tag_t tag = die.Tag();
   SymbolFileDWARF *dwarf = die.GetDWARF();
   LanguageType cu_language = SymbolFileDWARF::GetLanguage(*die.GetCU());
+  ModuleSP module_sp = dwarf->GetObjectFile()->GetModule();
----------------
Michael137 wrote:

Please revert these drive-by changes

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


More information about the lldb-commits mailing list