[Mlir-commits] [mlir] [mlir] Add support for DIGlobalVariable and DIGlobalVariableExpression (PR #73367)

Justin Wilson llvmlistbot at llvm.org
Mon Nov 27 19:25:07 PST 2023


================
@@ -23,15 +23,24 @@
 namespace mlir {
 namespace LLVM {
 
-/// This class represents the base attribute for all debug info attributes.
-class DINodeAttr : public Attribute {
+/// This class represents the base attribute for all metadata attributes.
+class MDNodeAttr : public Attribute {
----------------
waj334 wrote:

I'll revert this. DIGlobalVariable is compatible with the way it was so I'll implement it like DILocalVariable.

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


More information about the Mlir-commits mailing list