[mlir][sparse] remove llvm dependence from sparse bazel
authorAart Bik <ajcbik@google.com>
Thu, 6 Oct 2022 21:10:36 +0000 (14:10 -0700)
committerAart Bik <ajcbik@google.com>
Thu, 6 Oct 2022 21:22:24 +0000 (14:22 -0700)
Reviewed By: wrengr, Peiming

Differential Revision: https://reviews.llvm.org/D135401

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

index 4997290..42c779f 100644 (file)
@@ -6719,10 +6719,7 @@ cc_library(
     ],
     copts = ["-Dmlir_sparse_tensor_utils_EXPORTS"],
     includes = ["include"],
-    deps = [
-        ":mlir_float16_utils",
-        "//llvm:Support",
-    ],
+    deps = [":mlir_float16_utils"],
 )
 
 # We relist Enums.h because SparseTensorUtils.h includes/reexports it