Update Bazel BUILD files up to be9a87fe9b
authorGeoffrey Martin-Noble <gcmn@google.com>
Wed, 23 Jun 2021 16:25:36 +0000 (09:25 -0700)
committerGeoffrey Martin-Noble <gcmn@google.com>
Wed, 23 Jun 2021 16:27:26 +0000 (09:27 -0700)
Differential Revision: https://reviews.llvm.org/D104791

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

index 5b1ade1..0aeb011 100644 (file)
@@ -1548,7 +1548,6 @@ td_library(
         ":OpBaseTdFiles",
         ":SideEffectInterfacesTdFiles",
         ":VectorInterfacesTdFiles",
-        ":ViewLikeInterfaceTdFiles",
     ],
 )
 
@@ -2182,9 +2181,7 @@ cc_library(
         ":SideEffectInterfaces",
         ":StandardOpsIncGen",
         ":Support",
-        ":TensorDialect",
         ":VectorInterfaces",
-        ":ViewLikeInterface",
         "//llvm:Support",
     ],
 )
@@ -3613,6 +3610,7 @@ td_library(
         ":ControlFlowInterfacesTdFiles",
         ":OpBaseTdFiles",
         ":SideEffectInterfacesTdFiles",
+        ":ViewLikeInterfaceTdFiles",
     ],
 )
 
@@ -3656,8 +3654,10 @@ cc_library(
         ":ControlFlowInterfaces",
         ":IR",
         ":SideEffectInterfaces",
+        ":StandardOps",
         ":Support",
         ":TensorOpsIncGen",
+        ":ViewLikeInterface",
         "//llvm:Support",
     ],
 )
@@ -6014,6 +6014,7 @@ cc_library(
         ":QuantOps",
         ":SideEffectInterfaces",
         ":StandardOps",
+        ":TensorDialect",
         ":TosaDialectIncGen",
         ":TosaInterfacesIncGen",
         ":TosaPassIncGen",