[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:52:25 PST 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rG8cbd9c4c0e1c: [mlir] Update BUILD rule for AffineUtils (authored by Chia-hungDuan).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115558/new/

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.393616.patch
Type: text/x-patch
Size: 429 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211210/f183181f/attachment.bin>


More information about the llvm-commits mailing list