[llvm] [Bazel] Fixes 5c6c424 (PR #198787)

via llvm-commits llvm-commits at lists.llvm.org
Wed May 20 07:03:07 PDT 2026


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

This fixes 5c6c424a50b840a39a6410a490af668a26d3a97a.



>From feb3915db9705a5a569610935d49648553c51c5c Mon Sep 17 00:00:00 2001
From: Google Bazel Bot <google-bazel-bot at google.com>
Date: Wed, 20 May 2026 14:02:55 +0000
Subject: [PATCH] Fix Bazel build for 5c6c424

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

diff --git a/utils/bazel/llvm-project-overlay/mlir/unittests/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/unittests/BUILD.bazel
index 03650f1cf2584..83d7eec4e64ac 100644
--- a/utils/bazel/llvm-project-overlay/mlir/unittests/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/unittests/BUILD.bazel
@@ -171,6 +171,7 @@ cc_test(
         "//llvm:TestingSupport",
         "//mlir:IR",
         "//mlir:MemRefDialect",
+        "//mlir:MemRefUtils",
         "//mlir:SideEffectInterfaces",
         "//third-party/unittest:gtest",
         "//third-party/unittest:gtest_main",



More information about the llvm-commits mailing list