[llvm] [bazel] Add missing deps needed for parse_headers (PR #145978)

Jordan Rupprecht via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 26 14:59:04 PDT 2025


https://github.com/rupprecht created https://github.com/llvm/llvm-project/pull/145978

None

>From b32be86dd69db4f00054b37236fe6cc537e0a117 Mon Sep 17 00:00:00 2001
From: Jordan Rupprecht <rupprecht at google.com>
Date: Thu, 26 Jun 2025 14:57:39 -0700
Subject: [PATCH] [bazel] Add missing deps needed for parse_headers

---
 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 2d3c118f16221..97680bd8662c5 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",



More information about the llvm-commits mailing list