[PATCH] D105656: [mlir][bazel] Added missing MathDialect dep to LinalgOps target
Rob Suderman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 8 13:47:57 PDT 2021
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG82563d8d14b6: [mlir][bazel] Added missing MathDialect dep to LinalgOps target (authored by rsuderman).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105656/new/
https://reviews.llvm.org/D105656
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
@@ -5882,6 +5882,7 @@
":LinalgNamedStructuredOpsYamlIncGen",
":LinalgOpsIncGen",
":LinalgStructuredOpsIncGen",
+ ":MathDialect",
":MemRefDialect",
":Parser",
":SideEffectInterfaces",
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105656.357346.patch
Type: text/x-patch
Size: 477 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210708/df3b1cd2/attachment.bin>
More information about the llvm-commits
mailing list