[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:43:48 PDT 2021


rsuderman created this revision.
Herald added subscribers: dcaballe, cota, teijeong, rdzhabarov, tatianashp, msifontes, jurahul, Kayjukh, grosul1, Joonsoo, liufengdb, aartbik, lucyrfox, mgester, arpith-jacob, antiagainst, shauheen, rriddle, mehdi_amini.
rsuderman requested review of this revision.
Herald added subscribers: llvm-commits, limo1996, stephenneuendorffer, nicolasvasilache.
Herald added a project: LLVM.

LinalgOps needs MathDialect as a dependency for it to build correctly.


Repository:
  rG LLVM Github Monorepo

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.357343.patch
Type: text/x-patch
Size: 477 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210708/55218bd1/attachment.bin>


More information about the llvm-commits mailing list