From b6fe07f3a26427454ff3bc524a8be0d4ce929ff1 Mon Sep 17 00:00:00 2001 From: AlexDenisov Date: Sat, 8 Oct 2022 09:17:05 +0200 Subject: [PATCH] [test][MLIR] Fix attribute getter As per https://discourse.llvm.org/t/psa-the-default-accessor-naming-has-been-flipped-to-prefixed/65111 --- mlir/test/mlir-tblgen/op-attribute.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlir/test/mlir-tblgen/op-attribute.td b/mlir/test/mlir-tblgen/op-attribute.td index ee885fe2ca0f..e59c73e20343 100644 --- a/mlir/test/mlir-tblgen/op-attribute.td +++ b/mlir/test/mlir-tblgen/op-attribute.td @@ -512,4 +512,4 @@ def StructAttrOp : NS_Op<"struct_attr_op", []> { ); } -// DECL: dialect_2::MyStruct potatoes(); +// DECL: dialect_2::MyStruct getPotatoes();