[PATCH] D105095: [Coroutine] Add statistics for the number of elided coroutine
Chuanqi Xu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 30 18:50:29 PDT 2021
ChuanqiXu added a comment.
In D105095#2850052 <https://reviews.llvm.org/D105095#2850052>, @thakis wrote:
> Yes, repros easily locally if you build with assertions off (eg a normal release build). Reverted in db86e5c91477286b6432a75857edf012652c58d9 <https://reviews.llvm.org/rGdb86e5c91477286b6432a75857edf012652c58d9> for now.
In D105095#2850231 <https://reviews.llvm.org/D105095#2850231>, @davezarzycki wrote:
> The `-stats` command line flag requires asserts, so either the test needs `REQUIRES: asserts` or the stats testing needs to be broken into a separate test.
Thanks for suggestion!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105095/new/
https://reviews.llvm.org/D105095
More information about the llvm-commits
mailing list