[llvm] Update Bazel build files for a9fb8b0 (PR #184823)

Lily Gorsheneva via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 5 08:37:36 PST 2026


https://github.com/lilygorsheneva created https://github.com/llvm/llvm-project/pull/184823

None

>From 68ecd593982846b6de27e3b9cf5c58da661d5ab6 Mon Sep 17 00:00:00 2001
From: Lily Gorsheneva <bgorshenev at google.com>
Date: Thu, 5 Mar 2026 16:36:29 +0000
Subject: [PATCH] Update Bazel build files for a9fb8b0

---
 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 cac572a979815..9e20ce1cb3ee5 100644
--- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -8305,6 +8305,7 @@ cc_library(
         ":TransformUtils",
         ":Transforms",
         ":VectorDialect",
+        ":VectorToGPU",
         ":XeGPUDialect",
         ":XeGPUUtils",
         "//llvm:Support",



More information about the llvm-commits mailing list