You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[mlir][debug] Inherit DISubprogramAttr from DILocalScopeAttr. (#156081)
As mentioned in #154926,
`DISubprogramAttr` is inherited from `DIScopeAttr` while in llvm, the
`DISubprogram` inherits from `DILocalScope`. This change corrects the
hierarchy.
Also does the same change for `DILexicalBlockAttr` and `DILexicalBlockFileAttr`.
0 commit comments