[PATCH] D135184: [mlir][sparse] fixed typo in fix of bazel fix

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


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

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135184

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
@@ -6701,7 +6701,7 @@
     includes = ["include"],
     deps = [
         ":mlir_float16_utils",
-        "//third_party/llvm/llvm-project/llvm:Support",
+        "//llvm:Support",
     ],
 )
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135184.465089.patch
Type: text/x-patch
Size: 427 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221004/1e61c23c/attachment.bin>


More information about the llvm-commits mailing list