[llvm] adds missing bazel dependencies (PR #110904)
Christopher Di Bella via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 2 10:51:45 PDT 2024
https://github.com/cjdb created https://github.com/llvm/llvm-project/pull/110904
None
>From c69d6f0b6732196997f22a7d0d63217c9bacae3c Mon Sep 17 00:00:00 2001
From: Christopher Di Bella <cjdb at google.com>
Date: Wed, 2 Oct 2024 17:48:39 +0000
Subject: [PATCH] adds missing bazel dependencies
---
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 51fd82c995f75b..0321052225ad45 100644
--- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -3745,11 +3745,13 @@ cc_library(
includes = ["include"],
deps = [
":ArithDialect",
+ ":ArithUtils",
":BytecodeOpInterface",
":DialectUtils",
":IR",
":ShapedOpInterfaces",
":SideEffectInterfaces",
+ ":VectorOpsIncGen",
":ViewLikeInterface",
":XeGPUEnumsIncGen",
":XeGPUIncGen",
More information about the llvm-commits
mailing list