From: Michal Terepeta Date: Thu, 23 Feb 2023 11:11:04 +0000 (+0100) Subject: [MLIR][Vector] Add a dependency on `:DataLayoutInterfaces` X-Git-Tag: upstream/17.0.6~16691 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=52786141f9cff244ce26f81693d53a9c277c54f3;p=platform%2Fupstream%2Fllvm.git [MLIR][Vector] Add a dependency on `:DataLayoutInterfaces` Reviewed By: tpopp Differential Revision: https://reviews.llvm.org/D144631 --- diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel index 044cff2..e5867a5 100644 --- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel +++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel @@ -3387,6 +3387,7 @@ cc_library( ":ArithDialect", ":ArithUtils", ":ControlFlowInterfaces", + ":DataLayoutInterfaces", ":DestinationStyleOpInterface", ":DialectUtils", ":IR",