From: Geoffrey Martin-Noble Date: Wed, 23 Jun 2021 16:25:36 +0000 (-0700) Subject: Update Bazel BUILD files up to be9a87fe9b X-Git-Tag: llvmorg-14-init~3216 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b58dfd87da5cb19693764869a9a158f88c3d4bde;p=platform%2Fupstream%2Fllvm.git Update Bazel BUILD files up to be9a87fe9b Differential Revision: https://reviews.llvm.org/D104791 --- 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",