[llvm] [bazel] Add missing dep after 99d85906c542c3801a24137ba6d6f2c367308563 (PR #161728)

Jorge Gorbe Moya via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 2 13:16:56 PDT 2025


https://github.com/slackito updated https://github.com/llvm/llvm-project/pull/161728

>From dcdad192cd9c10ee2044007164d4d7698d85f8c8 Mon Sep 17 00:00:00 2001
From: Jorge Gorbe Moya <jgorbe at google.com>
Date: Thu, 2 Oct 2025 13:15:48 -0700
Subject: [PATCH] [bazel] Add missing dep after
 99d85906c542c3801a24137ba6d6f2c367308563

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

diff --git a/utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel
index 7e36d0ba787b6..4064c2f0c65d2 100644
--- a/utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel
@@ -284,6 +284,7 @@ cc_library(
         "//mlir:InferTypeOpInterface",
         "//mlir:LLVMToLLVMIRTranslation",
         "//mlir:Pass",
+        "//mlir:SCFDialect",
         "//mlir:ToLLVMIRTranslation",
         "//mlir:TransformUtils",
         "//mlir:Transforms",



More information about the llvm-commits mailing list