Skip to content

Commit 76ffa8f

Browse files
authored
[mlir][transform]: fix broken bazel build for TensorTransformOps (#78766)
1 parent 5330daa commit 76ffa8f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7262,8 +7262,7 @@ cc_library(
72627262
":TensorTransforms",
72637263
":TensorUtils",
72647264
":TransformDialect",
7265-
":ValueBoundsOpInterface",
7266-
"//llvm:Support",
7265+
":TransformUtils",
72677266
],
72687267
)
72697268

0 commit comments

Comments
 (0)