[Mlir-commits] [mlir] [flang] [mlir] Expose type and attribute names in the MLIRContext and abstract type/attr classes (PR #72189)
    Mehdi Amini 
    llvmlistbot at llvm.org
       
    Sun Nov 19 22:28:05 PST 2023
    
    
  
================
@@ -55,6 +55,10 @@ class DataLayoutEntryAttr
 
   /// Prints this attribute.
   void print(AsmPrinter &os) const;
+
+  static constexpr StringRef getAttrName() {
----------------
joker-eph wrote:
Reasonnable I guess
https://github.com/llvm/llvm-project/pull/72189
    
    
More information about the Mlir-commits
mailing list