[llvm] Fix layering issues for d442cc30a9f2bb83f75fead811050137905d9fc4. (PR #185076)
Lily Gorsheneva via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 6 10:31:51 PST 2026
https://github.com/lilygorsheneva created https://github.com/llvm/llvm-project/pull/185076
d442cc30a9f2bb83f75fead811050137905d9fc4 did not completely fix 00e247ad76fdd0cd5841193950c8d4927e3015f8
>From a064e68b86694862d4778a8d87bff0e25e583e74 Mon Sep 17 00:00:00 2001
From: Lily Gorsheneva <bgorshenev at google.com>
Date: Fri, 6 Mar 2026 18:29:46 +0000
Subject: [PATCH] Fix layering issues for
d442cc30a9f2bb83f75fead811050137905d9fc4.
d442cc30a9f2bb83f75fead811050137905d9fc4 did not completely fix 00e247ad76fdd0cd5841193950c8d4927e3015f8
---
utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel | 2 ++
1 file changed, 2 insertions(+)
diff --git a/utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel
index 51ad26ddf979b..daba060edf149 100644
--- a/utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel
@@ -109,6 +109,7 @@ cc_library(
"//mlir:Pass",
"//mlir:SideEffectInterfaces",
"//mlir:Support",
+ "//mlir:UBDialect",
],
)
@@ -458,6 +459,7 @@ cc_library(
"//mlir:Parser",
"//mlir:Pass",
"//mlir:Support",
+ "//mlir:UBDialect",
],
)
More information about the llvm-commits
mailing list