[Lldb-commits] [PATCH] D72946: [lldb] Remove ClangASTImporter reference from Target

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jan 17 13:26:50 PST 2020


clayborg added a comment.

Is an AST importer specific to a target? Can we just put it into the Clang AST type system subclass and create it lazily?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72946





More information about the lldb-commits mailing list