[Lldb-commits] [PATCH] D142052: [lldb] Implement SymbolFile::CopyType
Augusto Noronha via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jan 19 16:20:44 PST 2023
augusto2112 added a comment.
@clayborg we have one instance downstream where we need to keep two types around. One for the original type and one for a slightly modified one (here <https://github.com/apple/llvm-project/blob/stable/20220421/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserSwift.cpp#L137>). This patch is just a way to make sure any new type we copy is inserted in the type list as well.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142052/new/
https://reviews.llvm.org/D142052
More information about the lldb-commits
mailing list