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 f5cf04c commit 3305d9fCopy full SHA for 3305d9f
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -1729,11 +1729,17 @@ gentbl_cc_library(
1729
name = "EmitCOpsIncGen",
1730
tbl_outs = [
1731
(
1732
- ["-gen-dialect-decls"],
+ [
1733
+ "-gen-dialect-decls",
1734
+ "-dialect=emitc",
1735
+ ],
1736
"include/mlir/Dialect/EmitC/IR/EmitCDialect.h.inc",
1737
),
1738
- ["-gen-dialect-defs"],
1739
1740
+ "-gen-dialect-defs",
1741
1742
1743
"include/mlir/Dialect/EmitC/IR/EmitCDialect.cpp.inc",
1744
1745
0 commit comments