From 4e154ccaf17fb1b69caf06c1a38bb67c8d2541e8 Mon Sep 17 00:00:00 2001 From: Jordan Rupprecht Date: Thu, 26 Jun 2025 17:03:15 -0500 Subject: [PATCH] [bazel] Add missing deps needed for parse_headers after #145313 (#145978) For d31ba5256327d30f264c2f671bf197877b242cde --- 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 2d3c118f1622..97680bd8662c 100644 --- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel +++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel @@ -10476,6 +10476,7 @@ cc_library( ":DestinationStyleOpInterface", ":DialectUtils", ":IR", + ":IndexingMapOpInterface", ":InferTypeOpInterface", ":LinalgInterfacesIncGen", ":LinalgStructuredOpsIncGen",