[llvm] [Bazel] Add missing SCFTransforms dep to TestDialect (PR #155581)
Will Froom via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 27 02:21:07 PDT 2025
https://github.com/WillFroom created https://github.com/llvm/llvm-project/pull/155581
None
>From 7ba788fa413a5f0240b85d87ee3928e9cf967757 Mon Sep 17 00:00:00 2001
From: Will Froom <willfroom at google.com>
Date: Wed, 27 Aug 2025 09:20:18 +0000
Subject: [PATCH] [Bazel] Add missing SCFTransforms dep to TestDialect
---
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 6cfd8f4a6d675..0100e5d0669df 100644
--- a/utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel
@@ -410,6 +410,7 @@ cc_library(
"//mlir:Pass",
"//mlir:PtrDialect",
"//mlir:Reducer",
+ "//mlir:SCFTransforms",
"//mlir:SideEffectInterfaces",
"//mlir:Support",
"//mlir:TensorDialect",
More information about the llvm-commits
mailing list