[PATCH] D105095: [Coroutine] Add statistics for the number of elided coroutine
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 30 07:12:30 PDT 2021
thakis added a comment.
http://llvm-cs.pcc.me.uk/lib/Support/Statistic.cpp#43 says
static cl::opt<bool> Stats(
"stats",
cl::desc("Enable statistics output from program (available with Asserts)"),
cl::Hidden);
so maybe this test fails in all builds that don't have assertions enabled?
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