File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -2608,6 +2608,7 @@ td_library(
2608
2608
],
2609
2609
includes = ["include" ],
2610
2610
deps = [
2611
+ ":BuiltinDialectTdFiles" ,
2611
2612
":InferTypeOpInterfaceTdFiles" ,
2612
2613
":OpBaseTdFiles" ,
2613
2614
":SideEffectInterfacesTdFiles" ,
@@ -2618,11 +2619,17 @@ gentbl_cc_library(
2618
2619
name = "IRDLIncGen" ,
2619
2620
tbl_outs = [
2620
2621
(
2621
- ["-gen-dialect-decls" ],
2622
+ [
2623
+ "-gen-dialect-decls" ,
2624
+ "-dialect=irdl" ,
2625
+ ],
2622
2626
"include/mlir/Dialect/IRDL/IR/IRDLDialect.h.inc" ,
2623
2627
),
2624
2628
(
2625
- ["-gen-dialect-defs" ],
2629
+ [
2630
+ "-gen-dialect-defs" ,
2631
+ "-dialect=irdl" ,
2632
+ ],
2626
2633
"include/mlir/Dialect/IRDL/IR/IRDLDialect.cpp.inc" ,
2627
2634
),
2628
2635
(
You can’t perform that action at this time.
0 commit comments