Skip to content

Commit db2b7fe

Browse files
authored
[bazel] Fix MLIR Python tablegen deps after 5129b37 (#164690)
1 parent 08619d8 commit db2b7fe

File tree

1 file changed

+1
-0
lines changed
  • utils/bazel/llvm-project-overlay/mlir/python

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1029,6 +1029,7 @@ gentbl_filegroup(
10291029
td_file = "mlir/dialects/ShardOps.td",
10301030
deps = [
10311031
"//mlir:OpBaseTdFiles",
1032+
"//mlir:ShapeOpsTdFiles",
10321033
"//mlir:ShardTdFiles",
10331034
],
10341035
)

0 commit comments

Comments
 (0)