aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Rupprecht <rupprecht@google.com>2025-10-14 15:59:29 -0500
committerGitHub <noreply@github.com>2025-10-14 20:59:29 +0000
commitd4ca6f6710c3e8bcd77477d1d19f52186f98a429 (patch)
treea8aa51373a19afec69a579da713fad233824ef38
parent7b10e977f869488d2965b834f278ee0be45267e2 (diff)
downloadllvm-d4ca6f6710c3e8bcd77477d1d19f52186f98a429.zip
llvm-d4ca6f6710c3e8bcd77477d1d19f52186f98a429.tar.gz
llvm-d4ca6f6710c3e8bcd77477d1d19f52186f98a429.tar.bz2
[bazel][mlir] Add missing deps from #593894 (#163451)
Needed for CppCompileHeader actions that build headers standalone.
-rw-r--r--utils/bazel/llvm-project-overlay/mlir/BUILD.bazel1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
index 5827059..74d632b 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",