[PATCH] D136597: build.bazel: Add missing dep to SparseTensorPipelines.
Johannes Reifferscheid via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 24 07:12:36 PDT 2022
jreiffers updated this revision to Diff 470139.
jreiffers added a comment.
Actually use the correct dependency.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136597/new/
https://reviews.llvm.org/D136597
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
@@ -2169,6 +2169,7 @@
":ConversionPasses",
":FuncDialect",
":FuncTransforms",
+ ":IndexToLLVM",
":LinalgTransforms",
":Pass",
":SparseTensorDialect",
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136597.470139.patch
Type: text/x-patch
Size: 444 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221024/c485ec11/attachment.bin>
More information about the llvm-commits
mailing list