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

Xun Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 26 19:24:52 PDT 2021


lxfind added inline comments.


================
Comment at: llvm/lib/Transforms/Coroutines/CoroElide.cpp:28
 
+static cl::opt<std::string> CoroElideInfoOutputFilename(
+    "coro-elide-info-output-file", cl::value_desc("filename"),
----------------
Shouldn't this be under NDEBUG too?


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

https://reviews.llvm.org/D105606



More information about the llvm-commits mailing list