[PATCH] D105606: [Coroutine] Record the elided coroutines

Xun Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 26 09:47:20 PDT 2021


lxfind added a comment.

In D105606#2903644 <https://reviews.llvm.org/D105606#2903644>, @ChuanqiXu wrote:

> In D105606#2903641 <https://reviews.llvm.org/D105606#2903641>, @lxfind wrote:
>
>> In D105606#2889219 <https://reviews.llvm.org/D105606#2889219>, @ChuanqiXu wrote:
>>
>>> gentle ping~
>>
>> fix lint?
>
> I am not sure if I understand your point correctly. The intent of the diff is going to record the coroutines got elided. There are options to dump informations to specific file like `info-output-file` in Timer.cpp. So I guess we can do similar things in coroutine.

I mean fix the lint warning.


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

https://reviews.llvm.org/D105606



More information about the llvm-commits mailing list