From d4ca6f6710c3e8bcd77477d1d19f52186f98a429 Mon Sep 17 00:00:00 2001 From: Jordan Rupprecht Date: Tue, 14 Oct 2025 15:59:29 -0500 Subject: [bazel][mlir] Add missing deps from #593894 (#163451) Needed for CppCompileHeader actions that build headers standalone. --- utils/bazel/llvm-project-overlay/mlir/BUILD.bazel | 1 + 1 file changed, 1 insertion(+) (limited to 'utils') diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel index 582705971899..74d632ba8012 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", -- cgit v1.2.3