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 140c036 commit f49bcd9Copy full SHA for f49bcd9
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -257,6 +257,14 @@ gentbl_cc_library(
257
["--gen-typedef-defs"],
258
"include/mlir/IR/BuiltinTypes.cpp.inc",
259
),
260
+ (
261
+ ["-gen-type-constraint-decls"],
262
+ "include/mlir/IR/BuiltinTypeConstraints.h.inc",
263
+ ),
264
265
+ ["-gen-type-constraint-defs"],
266
+ "include/mlir/IR/BuiltinTypeConstraints.cpp.inc",
267
268
],
269
tblgen = ":mlir-tblgen",
270
td_file = "include/mlir/IR/BuiltinTypes.td",
0 commit comments