Skip to content

Commit 3083459

Browse files
committed
[bazel] Port a3d4187
1 parent 6b8c194 commit 3083459

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,14 @@ gentbl_cc_library(
257257
["--gen-typedef-defs"],
258258
"include/mlir/IR/BuiltinTypes.cpp.inc",
259259
),
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+
),
260268
],
261269
tblgen = ":mlir-tblgen",
262270
td_file = "include/mlir/IR/BuiltinTypes.td",

0 commit comments

Comments
 (0)