Skip to content

Commit 3305d9f

Browse files
committed
[bazel] Fix build after 4cc7d60
1 parent f5cf04c commit 3305d9f

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1729,11 +1729,17 @@ gentbl_cc_library(
17291729
name = "EmitCOpsIncGen",
17301730
tbl_outs = [
17311731
(
1732-
["-gen-dialect-decls"],
1732+
[
1733+
"-gen-dialect-decls",
1734+
"-dialect=emitc",
1735+
],
17331736
"include/mlir/Dialect/EmitC/IR/EmitCDialect.h.inc",
17341737
),
17351738
(
1736-
["-gen-dialect-defs"],
1739+
[
1740+
"-gen-dialect-defs",
1741+
"-dialect=emitc",
1742+
],
17371743
"include/mlir/Dialect/EmitC/IR/EmitCDialect.cpp.inc",
17381744
),
17391745
(

0 commit comments

Comments
 (0)