[mlir][Bazel] Fix Bazel build
authorAnlun Xu <anlunx@google.com>
Sun, 21 Aug 2022 08:01:04 +0000 (01:01 -0700)
committerAnlun Xu <anlunx@google.com>
Sun, 21 Aug 2022 08:02:21 +0000 (01:02 -0700)
Differential Revision: https://reviews.llvm.org/D132264

utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

index dddb4cd..5084748 100644 (file)
@@ -2316,6 +2316,7 @@ cc_library(
         ":AffineOpsIncGen",
         ":ArithmeticDialect",
         ":ControlFlowInterfaces",
+        ":DialectUtils",
         ":IR",
         ":LoopLikeInterface",
         ":MemRefDialect",
@@ -2430,6 +2431,7 @@ cc_library(
     deps = [
         ":AffineAnalysis",
         ":AffineDialect",
+        ":ArithmeticUtils",
         ":Analysis",
         ":FuncDialect",
         ":IR",