[Mlir-commits] [mlir] [mlir][tblgen] Add custom parsing and printing within struct (PR #133939)
Jorn Tuyls
llvmlistbot at llvm.org
Wed Apr 9 05:30:30 PDT 2025
================
@@ -14,7 +14,13 @@
#ifndef MLIR_TOOLS_MLIRTBLGEN_FORMATGEN_H_
#define MLIR_TOOLS_MLIRTBLGEN_FORMATGEN_H_
+#include "AttrOrTypeFormatGen.h"
+#include "FormatGen.h"
----------------
jtuyls wrote:
Yes, thanks, apologies, I should have catched that.
https://github.com/llvm/llvm-project/pull/133939
More information about the Mlir-commits
mailing list