From b58dfd87da5cb19693764869a9a158f88c3d4bde Mon Sep 17 00:00:00 2001 From: Geoffrey Martin-Noble Date: Wed, 23 Jun 2021 09:25:36 -0700 Subject: [PATCH] Update Bazel BUILD files up to be9a87fe9b Differential Revision: https://reviews.llvm.org/D104791 --- utils/bazel/llvm-project-overlay/mlir/BUILD.bazel | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel index 5b1ade1..0aeb011 100644 --- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel +++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel @@ -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", -- 2.7.4