aprantl accepted this revision.
aprantl added inline comments.
================
Comment at: lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp:403
case DW_AT_type:
- type = form_value;
+ if (!type.IsValid())
+ type = form_value;
----------------
Could you add a comment explaining why this is necessary? (see conversation
below)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105564/new/
https://reviews.llvm.org/D105564
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits