[llvm] [bazel] Port #91960 (PR #92458)

Keith Smiley via llvm-commits llvm-commits at lists.llvm.org
Thu May 16 14:30:46 PDT 2024


https://github.com/keith created https://github.com/llvm/llvm-project/pull/92458

None

>From 8f71c68e3fc9d5b6669f0c9e2cd1bcdb6caeebac Mon Sep 17 00:00:00 2001
From: Keith Smiley <keithbsmiley at gmail.com>
Date: Thu, 16 May 2024 21:05:57 +0000
Subject: [PATCH] [bazel] Port #91960

---
 utils/bazel/llvm-project-overlay/mlir/BUILD.bazel | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
index 62ac56f8b46e9..f7495a202669c 100644
--- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -2156,7 +2156,7 @@ cc_library(
         ":ArmSMEOpInterfacesIncGen",
         ":ArmSMEOpsIncGen",
         ":BytecodeOpInterface",
-	":FunctionInterfaces",
+        ":FunctionInterfaces",
         ":IR",
         ":LLVMDialect",
         ":MemRefDialect",
@@ -2173,7 +2173,7 @@ cc_library(
     hdrs = glob(["include/mlir/Dialect/ArmSME/Transforms/*.h"]),
     includes = ["include"],
     deps = [
-	":Analysis",
+        ":Analysis",
         ":ArithUtils",
         ":ArmSMEDialect",
         ":ArmSMETransformsPassIncGen",
@@ -2181,7 +2181,7 @@ cc_library(
         ":DialectUtils",
         ":FuncDialect",
         ":FuncTransforms",
-	":FunctionInterfaces",
+        ":FunctionInterfaces",
         ":IR",
         ":LLVMCommonConversion",
         ":LLVMDialect",
@@ -2220,7 +2220,7 @@ cc_library(
         ":ControlFlowDialect",
         ":ConversionPassIncGen",
         ":FuncDialect",
-	":FunctionInterfaces",
+        ":FunctionInterfaces",
         ":LLVMCommonConversion",
         ":LLVMDialect",
         ":MemRefDialect",
@@ -7487,6 +7487,7 @@ cc_library(
         ":TransformUtils",
         ":ValueBoundsOpInterface",
         ":VectorDialect",
+        ":VectorUtils",
         "//llvm:Support",
     ],
 )



More information about the llvm-commits mailing list