[PATCH] D132264: [mlir][Bazel] Fix Bazel build

Anlun Xu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 21 00:52:25 PDT 2022


anlunx updated this revision to Diff 454278.
anlunx added a comment.

Add AffineDialect dependency


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132264

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
@@ -2316,6 +2316,7 @@
         ":AffineOpsIncGen",
         ":ArithmeticDialect",
         ":ControlFlowInterfaces",
+        ":DialectUtils",
         ":IR",
         ":LoopLikeInterface",
         ":MemRefDialect",
@@ -2430,6 +2431,7 @@
     deps = [
         ":AffineAnalysis",
         ":AffineDialect",
+        ":ArithmeticUtils",
         ":Analysis",
         ":FuncDialect",
         ":IR",


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132264.454278.patch
Type: text/x-patch
Size: 633 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220821/5143e51c/attachment.bin>


More information about the llvm-commits mailing list