[Mlir-commits] [mlir] [MLIR][LLVM] Support Recursive DITypes (PR #80251)

Billy Zhu llvmlistbot at llvm.org
Wed Mar 13 11:53:48 PDT 2024


================
@@ -52,9 +52,9 @@ class DILocalScopeAttr : public DIScopeAttr {
 };
 
 /// This class represents a LLVM attribute that describes a debug info type.
-class DITypeAttr : public DINodeAttr {
+class DITypeAttr : public DIScopeAttr {
----------------
zyx-billy wrote:

oh yes you're right. Let me revert this too.

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


More information about the Mlir-commits mailing list