[Bazel] Fixes ce1a9fd (#190577)

This fixes ce1a9fd76640929fe340c5c5d1bb493ea09ca9bc.

Co-authored-by: Google Bazel Bot <google-bazel-bot@google.com>
This commit is contained in:
forking-google-bazel-bot[bot] 2026-04-06 09:40:22 -07:00 committed by GitHub
parent baa1e5008b
commit e7ac60c56b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14087,6 +14087,8 @@ cc_library(
hdrs = glob(["include/mlir/Reducer/*.h"]),
includes = ["include"],
deps = [
":ControlFlowDialect",
":ControlFlowInterfaces",
":DialectReductionPatternInterfaceIncGen",
":IR",
":Pass",