[llvm] [bazel] Fix a typo (PR #135460)

Pranav Kant via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 11 17:05:47 PDT 2025


https://github.com/pranavk created https://github.com/llvm/llvm-project/pull/135460

None

>From be76bb4ad647a37584cf35447ded2455a9685964 Mon Sep 17 00:00:00 2001
From: Pranav Kant <prka at google.com>
Date: Sat, 12 Apr 2025 00:05:19 +0000
Subject: [PATCH] [bazel] Fix a typo

---
 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 ebdbe77f3c7f4..cc4af7ce40067 100644
--- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -6401,7 +6401,7 @@ cc_library(
     ]),
     includes = ["include"],
     deps = [
-        ":ControlFlowInterfaces"
+        ":ControlFlowInterfaces",
         ":IR",
         ":InferTypeOpInterface",
         ":SMTIncGen",



More information about the llvm-commits mailing list