Skip to content

Commit

Permalink
[bazel] Port a3d4187
Browse files Browse the repository at this point in the history
  • Loading branch information
d0k committed Aug 21, 2024
1 parent 6b8c194 commit 3083459
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,14 @@ gentbl_cc_library(
["--gen-typedef-defs"],
"include/mlir/IR/BuiltinTypes.cpp.inc",
),
(
["-gen-type-constraint-decls"],
"include/mlir/IR/BuiltinTypeConstraints.h.inc",
),
(
["-gen-type-constraint-defs"],
"include/mlir/IR/BuiltinTypeConstraints.cpp.inc",
),
],
tblgen = ":mlir-tblgen",
td_file = "include/mlir/IR/BuiltinTypes.td",
Expand Down

0 comments on commit 3083459

Please sign in to comment.