[Lldb-commits] [PATCH] D134066: [LLDB][NativePDB] Forcefully complete a record type if it has empty debug info and is required to have complete type.

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Nov 14 23:33:00 PST 2022


labath added a comment.

Looks good, but I think you missed one comment.



================
Comment at: lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h:90
   void Dump(Stream &stream);
+  static void RequireCompleteType(CompilerType type);
 
----------------
labath wrote:
> I forgot about this the first time around, but it'd be nice if this code could be shared between the pdb and dwarf plugins. Maybe by putting it into TypeSystemClang ?
Did you perhaps miss this comment/request?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D134066/new/

https://reviews.llvm.org/D134066



More information about the lldb-commits mailing list