[clang] [llvm] [mlir] [debuginfo][coro] Emit debug info labels for coroutine resume points (PR #141937)
Adrian Vogelsgesang via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 1 13:27:10 PDT 2025
================
@@ -715,6 +715,7 @@ static void printExtendedName(raw_ostream &OS, const DINode *Node,
Res = V->getName();
Line = V->getLine();
} else if (const auto *L = dyn_cast<const DILabel>(Node)) {
+ // XXX what are we doing here? Adjust it?
----------------
vogelsgesang wrote:
yes. I came to the conclusion that this is only debug output, and that printing column / coro-suspend-idx here would probably only hurt the readability of the debug output. As such, this code should stay unchanged.
Forgot the comment, though :/ Fixed now.
https://github.com/llvm/llvm-project/pull/141937
More information about the llvm-commits
mailing list