[Lldb-commits] [PATCH] D142052: [lldb] Implement SymbolFile::CopyType
Augusto Noronha via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jan 19 14:53:27 PST 2023
augusto2112 added a comment.
@clayborg the intended usage here is to create a copy of the type in the same symbol file. I could add a sanity check that makes sure we're not creating a copy of something that isn't in the symbol file's type list in debug mode. Would that be enough?
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