[Lldb-commits] [PATCH] D70645: RFC 1/3: Unify src<->dst DWARFASTParser for CopyUniqueClassMethodTypes()
Raphael Isemann via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Nov 25 03:11:12 PST 2019
teemperor added a comment.
I think it's possible that for example with -gmodules we have multiple ClangASTContext's (and therefore multiple DWARFASTParserClang), but the only place where we call this function seems to only concerned about a single SymbolFileDWARF so this seems safe.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70645/new/
https://reviews.llvm.org/D70645
More information about the lldb-commits
mailing list