[llvm] [Bazel] Fixes ce1a9fd (PR #190577)

via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 5 22:01:46 PDT 2026


https://github.com/forking-google-bazel-bot[bot] created https://github.com/llvm/llvm-project/pull/190577

This fixes ce1a9fd76640929fe340c5c5d1bb493ea09ca9bc.



>From 5c90b5794172ea63b85f5f4f9e741bd9335da38d Mon Sep 17 00:00:00 2001
From: Google Bazel Bot <google-bazel-bot at google.com>
Date: Mon, 6 Apr 2026 05:01:35 +0000
Subject: [PATCH] Fix Bazel build for ce1a9fd

---
 utils/bazel/llvm-project-overlay/mlir/BUILD.bazel | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
index 507cca8faabd2..bff77e6797e35 100644
--- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -14087,6 +14087,8 @@ cc_library(
     hdrs = glob(["include/mlir/Reducer/*.h"]),
     includes = ["include"],
     deps = [
+        ":ControlFlowDialect",
+        ":ControlFlowInterfaces",
         ":DialectReductionPatternInterfaceIncGen",
         ":IR",
         ":Pass",



More information about the llvm-commits mailing list