[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
Sun Aug 28 13:13:46 PDT 2022
avogelsgesang added a comment.
@labath D132815 <https://reviews.llvm.org/D132815> addresses your point: With that change, the `promise` member now is typed as a pointer.
I would prefer to land the patches in the order D132624 <https://reviews.llvm.org/D132624> (this review), D132735 <https://reviews.llvm.org/D132735>, D132815 <https://reviews.llvm.org/D132815>.
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