[Lldb-commits] [PATCH] D132624: [LLDB] Devirtualize coroutine promise types for `std::coroutine_handle`
Adrian Vogelsgesang via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Nov 14 18:57:49 PST 2022
avogelsgesang added a comment.
@aprantl I still had to adjust the code slightly to copy the type from the `ASTContext for '.../a.out'` to the `scratch ASTContext` (without this, my code was triggering an assert).
See https://reviews.llvm.org/D132624?vs=474793&id=475327 for the related changes.
Because I have no prior experience with `ClangASTImporter` and the usage of multiple different `TypeSystemClang` instances, I would appreciate if you could take another quick look
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132624/new/
https://reviews.llvm.org/D132624
More information about the lldb-commits
mailing list