[Lldb-commits] [PATCH] D132624: [LLDB] Devirtualize coroutine promise types for `std::coroutine_handle`

Chuanqi Xu via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sun Aug 28 19:38:59 PDT 2022


ChuanqiXu added a comment.

In D132624#3754299 <https://reviews.llvm.org/D132624#3754299>, @avogelsgesang wrote:

> @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>.

You could sort these revisions by 'Edit Related Revisions' automatically.


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