[llvm] [bazel][mlir] Add missing deps from #593894 (PR #163451)
Jordan Rupprecht via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 14 13:56:52 PDT 2025
https://github.com/rupprecht created https://github.com/llvm/llvm-project/pull/163451
Needed for CppCompileHeader actions that build headers standalone.
>From 81d0e7478821fa0984148207c16541c460ef1619 Mon Sep 17 00:00:00 2001
From: Jordan Rupprecht <rupprecht at google.com>
Date: Tue, 14 Oct 2025 13:55:47 -0700
Subject: [PATCH] [bazel][mlir] Add missing deps from #593894
---
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 5827059718990..74d632ba8012c 100644
--- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -12535,6 +12535,7 @@ cc_library(
":IR",
":InferIntRangeCommon",
":InferIntRangeInterface",
+ ":InferStridedMetadataInterface",
":InferTypeOpInterface",
":InliningUtils",
":Pass",
More information about the llvm-commits
mailing list