From 52786141f9cff244ce26f81693d53a9c277c54f3 Mon Sep 17 00:00:00 2001 From: Michal Terepeta Date: Thu, 23 Feb 2023 12:11:04 +0100 Subject: [PATCH] [MLIR][Vector] Add a dependency on `:DataLayoutInterfaces` Reviewed By: tpopp Differential Revision: https://reviews.llvm.org/D144631 --- utils/bazel/llvm-project-overlay/mlir/BUILD.bazel | 1 + 1 file changed, 1 insertion(+) 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", -- 2.7.4