[Bazel] Update for 0813700de1
authorGeoffrey Martin-Noble <gcmn@google.com>
Sun, 27 Jun 2021 15:30:54 +0000 (08:30 -0700)
committerGeoffrey Martin-Noble <gcmn@google.com>
Sun, 27 Jun 2021 15:33:03 +0000 (08:33 -0700)
Updates Bazel BUILD files for changes in
https://github.com/llvm/llvm-project/commit/0813700de1

Differential Revision: https://reviews.llvm.org/D104990

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

index 486f8ad..a9211f1 100644 (file)
@@ -2013,6 +2013,7 @@ cc_library(
     hdrs = ["include/mlir/Interfaces/ViewLikeInterface.h"],
     includes = ["include"],
     deps = [
+        ":DialectUtils",
         ":IR",
         ":ViewLikeInterfaceIncGen",
     ],
@@ -3671,6 +3672,7 @@ cc_library(
     deps = [
         ":CastOpInterfaces",
         ":ControlFlowInterfaces",
+        ":DialectUtils",
         ":IR",
         ":SideEffectInterfaces",
         ":StandardOps",
@@ -4122,6 +4124,7 @@ cc_library(
         ":Analysis",
         ":ConversionPassIncGen",
         ":DataLayoutInterfaces",
+        ":DialectUtils",
         ":IR",
         ":LLVMDialect",
         ":MathDialect",
@@ -6456,6 +6459,7 @@ cc_library(
     deps = [
         ":ControlFlowInterfaces",
         ":CopyOpInterface",
+        ":DialectUtils",
         ":IR",
         ":InferTypeOpInterface",
         ":MemRefBaseIncGen",