Skip to content

Commit 497a3df

Browse files
authored
[mlir] Fix bazel build after f3dcc0f TD files
1 parent 3382119 commit 497a3df

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4393,7 +4393,10 @@ gentbl_cc_library(
43934393
],
43944394
tblgen = ":mlir-tblgen",
43954395
td_file = "include/mlir/Conversion/Passes.td",
4396-
deps = [":PassBaseTdFiles"],
4396+
deps = [
4397+
":PassBaseTdFiles",
4398+
":VectorTransformsTdFiles",
4399+
],
43974400
)
43984401

43994402
cc_library(

0 commit comments

Comments
 (0)