[PATCH] D115558: [mlir] Update BUILD rule for AffineUtils

Chia-hung Duan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 10 15:40:01 PST 2021


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

bc657b2eef82f604e5bfb8da421cbdfc80156739 <https://reviews.llvm.org/rGbc657b2eef82f604e5bfb8da421cbdfc80156739> adds the dependency to
MemRefDialect.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D115558

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
@@ -2053,9 +2053,8 @@
         ":Affine",
         ":Analysis",
         ":IR",
-        ":Support",
+        ":MemRefDialect",
         ":TransformUtils",
-        "//llvm:Support",
     ],
 )
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115558.393612.patch
Type: text/x-patch
Size: 429 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211210/d6e93e59/attachment.bin>


More information about the llvm-commits mailing list