[Mlir-commits] [mlir] [mlir][debug] Inherit DISubprogramAttr from DILocalScopeAttr. (PR #156081)

Tobias Gysi llvmlistbot at llvm.org
Tue Sep 2 05:27:49 PDT 2025


================
@@ -638,7 +638,7 @@ def LLVM_DILocalVariableAttr : LLVM_Attr<"DILocalVariable", "di_local_variable",
 
 def LLVM_DISubprogramAttr : LLVM_Attr<"DISubprogram", "di_subprogram",
                                       [LLVM_DIRecursiveTypeAttrInterface],
-                                      "DIScopeAttr"> {
+                                      "DILocalScopeAttr"> {
----------------
gysit wrote:

Ok 👍 

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


More information about the Mlir-commits mailing list