[MLIR][Vector] Add a dependency on `:DataLayoutInterfaces`
authorMichal Terepeta <michalt@google.com>
Thu, 23 Feb 2023 11:11:04 +0000 (12:11 +0100)
committerTres Popp <git@tpopp.com>
Thu, 23 Feb 2023 11:11:22 +0000 (12:11 +0100)
Reviewed By: tpopp

Differential Revision: https://reviews.llvm.org/D144631

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

index 044cff2..e5867a5 100644 (file)
@@ -3387,6 +3387,7 @@ cc_library(
         ":ArithDialect",
         ":ArithUtils",
         ":ControlFlowInterfaces",
+        ":DataLayoutInterfaces",
         ":DestinationStyleOpInterface",
         ":DialectUtils",
         ":IR",