[PATCH] D135183: [mlir][sparse] fix bazel breakage

Aart Bik via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 4 11:00:12 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG4d997217f48c: [mlir][sparse] fix bazel breakage (authored by aartbik).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135183

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
@@ -6699,7 +6699,10 @@
     ],
     copts = ["-Dmlir_sparse_tensor_utils_EXPORTS"],
     includes = ["include"],
-    deps = [":mlir_float16_utils"],
+    deps = [
+        ":mlir_float16_utils",
+        "//third_party/llvm/llvm-project/llvm:Support",
+    ],
 )
 
 # We relist Enums.h because SparseTensorUtils.h includes/reexports it


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135183.465081.patch
Type: text/x-patch
Size: 570 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221004/5c83838a/attachment-0001.bin>


More information about the llvm-commits mailing list