[llvm] [bazel][mlir] Port #155951: amdgpu dialect deps (PR #159633)
Jordan Rupprecht via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 18 12:34:36 PDT 2025
https://github.com/rupprecht created https://github.com/llvm/llvm-project/pull/159633
None
>From a8632c5538b7b57f516ca727185eec0fed5c469e Mon Sep 17 00:00:00 2001
From: Jordan Rupprecht <rupprecht at google.com>
Date: Thu, 18 Sep 2025 12:33:58 -0700
Subject: [PATCH] [bazel][mlir] Port #155951: amdgpu dialect deps
---
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel | 1 +
1 file changed, 1 insertion(+)
diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
index 5970160c2971e..e38d8e228f6c4 100644
--- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -1646,6 +1646,7 @@ cc_library(
":MemRefUtils",
":ROCDLDialect",
":SideEffectInterfaces",
+ ":VectorDialect",
":ViewLikeInterface",
"//llvm:Support",
],
More information about the llvm-commits
mailing list