[Mlir-commits] [lld] [llvm] [mlir] [DebugInfo] Verify DISubprogram has a type (PR #194556)
Jiang Ning
llvmlistbot at llvm.org
Tue Apr 28 20:15:52 PDT 2026
================
@@ -0,0 +1,27 @@
+; Verify that DISubprogram requires a non-null DISubroutineType for its
+; `type:` field. See https://github.com/llvm/llvm-project/issues/186557.
+
+; RUN: opt -passes=verify -disable-output < %s
----------------
JiangNingHX wrote:
Thanks, fixed. I changed the verifier test to use `llvm-as` instead of `opt`.
https://github.com/llvm/llvm-project/pull/194556
More information about the Mlir-commits
mailing list