lxfind added inline comments.
================ Comment at: llvm/lib/Transforms/Coroutines/CoroSplit.cpp:2112-2114 StringRef Value = Attr.getValueAsString(); LLVM_DEBUG(dbgs() << "CoroSplit: Processing coroutine '" << F.getName() << "' state: " << Value << "\n"); ---------------- ChuanqiXu wrote: > Refactor this into: > ``` > LLVM_DEBUG(dbgs() << "CoroSplit: Processing coroutine '" << F.getName() > << "' state: " << Attr.getValueAsString() << "\n"); > ``` > could erase an warning in release build. Good catch. How did you catch this? It seems like I don't see warning on my Mac by default. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D95807/new/ https://reviews.llvm.org/D95807 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits