We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 063ad88 commit 87e690dCopy full SHA for 87e690d
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -96,6 +96,14 @@ exports_files(glob(["include/**/*.td"]))
96
gentbl_cc_library(
97
name = "OpAsmInterfaceIncGen",
98
tbl_outs = [
99
+ (
100
+ ["-gen-attr-interface-decls"],
101
+ "include/mlir/IR/OpAsmAttrInterface.h.inc",
102
+ ),
103
104
+ ["-gen-attr-interface-defs"],
105
+ "include/mlir/IR/OpAsmAttrInterface.cpp.inc",
106
107
(
108
["-gen-op-interface-decls"],
109
"include/mlir/IR/OpAsmOpInterface.h.inc",
0 commit comments