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

Anlun Xu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 21 01:02:38 PDT 2022


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG9a764ffeb6f0: [mlir][Bazel] Fix Bazel build (authored by anlunx).

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.454279.patch
Type: text/x-patch
Size: 633 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220821/b95eda64/attachment.bin>


More information about the llvm-commits mailing list