[PATCH] D135401: [mlir][sparse] remove llvm dependence from sparse bazel

Aart Bik via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 6 14:22:47 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rGd71dc357b1d6: [mlir][sparse] remove llvm dependence from sparse bazel (authored by aartbik).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135401/new/

https://reviews.llvm.org/D135401

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


Index: utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
===================================================================
--- utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -6719,10 +6719,7 @@
     ],
     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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135401.465879.patch
Type: text/x-patch
Size: 540 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221006/56848643/attachment.bin>


More information about the llvm-commits mailing list