Skip to content

Commit 4d99721

Browse files
committed
[mlir][sparse] fix bazel breakage
Reviewed By: cota Differential Revision: https://reviews.llvm.org/D135183
1 parent 9abeb0c commit 4d99721

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
@@ -6699,7 +6699,10 @@ cc_library(
66996699
],
67006700
copts = ["-Dmlir_sparse_tensor_utils_EXPORTS"],
67016701
includes = ["include"],
6702-
deps = [":mlir_float16_utils"],
6702+
deps = [
6703+
":mlir_float16_utils",
6704+
"//third_party/llvm/llvm-project/llvm:Support",
6705+
],
67036706
)
67046707

67056708
# We relist Enums.h because SparseTensorUtils.h includes/reexports it

0 commit comments

Comments
 (0)