Skip to content

Commit 4f10be0

Browse files
JoelWeeAlexisPerry
authored andcommitted
Fix bazel build after bc82793
1 parent 35c1ac8 commit 4f10be0

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ td_library(
123123
"//mlir:LinalgStructuredOpsTdFiles",
124124
"//mlir:MemorySlotInterfacesTdFiles",
125125
"//mlir:OpBaseTdFiles",
126+
"//mlir:PolynomialTdFiles",
126127
"//mlir:SideEffectInterfacesTdFiles",
127128
],
128129
)
@@ -222,11 +223,17 @@ gentbl_cc_library(
222223
strip_include_prefix = "lib/Dialect/Test",
223224
tbl_outs = [
224225
(
225-
["-gen-attrdef-decls"],
226+
[
227+
"-gen-attrdef-decls",
228+
"--attrdefs-dialect=test",
229+
],
226230
"lib/Dialect/Test/TestAttrDefs.h.inc",
227231
),
228232
(
229-
["-gen-attrdef-defs"],
233+
[
234+
"-gen-attrdef-defs",
235+
"--attrdefs-dialect=test",
236+
],
230237
"lib/Dialect/Test/TestAttrDefs.cpp.inc",
231238
),
232239
],
@@ -421,6 +428,7 @@ cc_library(
421428
"//mlir:LoopLikeInterface",
422429
"//mlir:MemorySlotInterfaces",
423430
"//mlir:Pass",
431+
"//mlir:PolynomialDialect",
424432
"//mlir:Reducer",
425433
"//mlir:SideEffectInterfaces",
426434
"//mlir:Support",

0 commit comments

Comments
 (0)