[clang] [llvm] [mlir] [debuginfo][coro] Emit debug info labels for coroutine resume points (PR #141937)

Paul T Robinson via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 1 10:43:32 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?
----------------
pogo59 wrote:

Has this note-to-self been addressed? It should be removed in any case.

https://github.com/llvm/llvm-project/pull/141937


More information about the llvm-commits mailing list