[PATCH] D105294: [Bazel] Fixes for 266a7414d8

Geoffrey Martin-Noble via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 1 09:39:18 PDT 2021


GMNGeoffrey 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.
GMNGeoffrey requested review of this revision.
Herald added subscribers: llvm-commits, limo1996, stephenneuendorffer, nicolasvasilache.
Herald added a project: LLVM.

Adds LinalgOps dep needed for
https://github.com/llvm/llvm-project/commit/266a7414d8f26


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D105294

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
@@ -1575,6 +1575,7 @@
     includes = ["include"],
     deps = [
         ":IR",
+        ":LinalgOps",
         ":SideEffectInterfaces",
         ":SparseTensorAttrDefsIncGen",
         ":SparseTensorOpsIncGen",


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105294.355916.patch
Type: text/x-patch
Size: 446 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210701/eb05f3ac/attachment.bin>


More information about the llvm-commits mailing list