[llvm] [bazel] Port 575d6892bcc5cef926cfc1b95225148262c96a15 (PR #171722)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 10 14:53:52 PST 2025
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/171722
>From 3bc382894cb2c5e8e1f70eada5b5255c10977378 Mon Sep 17 00:00:00 2001
From: Aiden Grossman <aidengrossman at google.com>
Date: Wed, 10 Dec 2025 22:52:58 +0000
Subject: [PATCH 1/2] [bazel] Port 575d6892bcc5cef926cfc1b95225148262c96a15
---
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 6a278be0bae99..af143437aff06 100644
--- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -10384,6 +10384,7 @@ cc_library(
":OpenACCDialect",
":OpenACCUtils",
":Pass",
+ "//llvm:Support",
],
)
@@ -10409,6 +10410,7 @@ cc_library(
":ViewLikeInterface",
"//llvm:Support",
"//llvm:ir_headers",
+ ":ArithUtils",
],
)
>From 65812528e710588838f1dccd688118f2eeb4ead1 Mon Sep 17 00:00:00 2001
From: Aiden Grossman <aidengrossman at google.com>
Date: Wed, 10 Dec 2025 22:53:41 +0000
Subject: [PATCH 2/2] bildifier
---
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
index af143437aff06..c2f8afca24b6c 100644
--- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -10398,6 +10398,7 @@ cc_library(
includes = ["include"],
deps = [
":ArithDialect",
+ ":ArithUtils",
":DialectUtils",
":FunctionInterfaces",
":IR",
@@ -10410,7 +10411,6 @@ cc_library(
":ViewLikeInterface",
"//llvm:Support",
"//llvm:ir_headers",
- ":ArithUtils",
],
)
More information about the llvm-commits
mailing list