[Lldb-commits] [lldb] [lldb/DWARF] Unique enums parsed from declarations (PR #96751)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Wed Jun 26 10:49:08 PDT 2024


================
@@ -1798,6 +1805,13 @@ DWARFASTParserClang::ParseStructureLikeDIE(const SymbolContext &sc,
   }
 
   if (def_die) {
+    if (auto [it, inserted] = dwarf->GetDIEToType().try_emplace(
----------------
labath wrote:

It's possible, but I am not sure if it's worth it, as this code will go away (or at least change substantially) when we switch to lazy definition lookups.

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


More information about the lldb-commits mailing list