File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
utils/bazel/llvm-project-overlay/mlir/test Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -123,6 +123,7 @@ td_library(
123
123
"//mlir:LinalgStructuredOpsTdFiles" ,
124
124
"//mlir:MemorySlotInterfacesTdFiles" ,
125
125
"//mlir:OpBaseTdFiles" ,
126
+ "//mlir:PolynomialTdFiles" ,
126
127
"//mlir:SideEffectInterfacesTdFiles" ,
127
128
],
128
129
)
@@ -222,11 +223,17 @@ gentbl_cc_library(
222
223
strip_include_prefix = "lib/Dialect/Test" ,
223
224
tbl_outs = [
224
225
(
225
- ["-gen-attrdef-decls" ],
226
+ [
227
+ "-gen-attrdef-decls" ,
228
+ "--attrdefs-dialect=test" ,
229
+ ],
226
230
"lib/Dialect/Test/TestAttrDefs.h.inc" ,
227
231
),
228
232
(
229
- ["-gen-attrdef-defs" ],
233
+ [
234
+ "-gen-attrdef-defs" ,
235
+ "--attrdefs-dialect=test" ,
236
+ ],
230
237
"lib/Dialect/Test/TestAttrDefs.cpp.inc" ,
231
238
),
232
239
],
@@ -421,6 +428,7 @@ cc_library(
421
428
"//mlir:LoopLikeInterface" ,
422
429
"//mlir:MemorySlotInterfaces" ,
423
430
"//mlir:Pass" ,
431
+ "//mlir:PolynomialDialect" ,
424
432
"//mlir:Reducer" ,
425
433
"//mlir:SideEffectInterfaces" ,
426
434
"//mlir:Support" ,
You can’t perform that action at this time.
0 commit comments