[llvm] [bazel] Port #94109 (PR #94395)

Keith Smiley via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 4 13:06:16 PDT 2024


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

None

>From 750996024f314f2e1af40170610a809aebbde4e3 Mon Sep 17 00:00:00 2001
From: Keith Smiley <keithbsmiley at gmail.com>
Date: Tue, 4 Jun 2024 20:05:58 +0000
Subject: [PATCH] [bazel] Port #94109

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

diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
index 4c8efdb7b96e2..0fc791ef23bbd 100644
--- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -7526,9 +7526,9 @@ cc_library(
         ":TilingInterface",
         ":TransformUtils",
         ":ValueBoundsOpInterface",
-        ":ViewLikeInterface",
         ":VectorDialect",
         ":VectorUtils",
+        ":ViewLikeInterface",
         "//llvm:Support",
     ],
 )
@@ -8089,6 +8089,7 @@ cc_library(
         ":ConversionPassIncGen",
         ":IR",
         ":SCFDialect",
+        ":SCFTransforms",
         ":TransformUtils",
         ":Transforms",
     ],
@@ -10092,8 +10093,8 @@ cc_library(
         ":LLVMDialect",
         ":LoopLikeInterface",
         ":MemRefDialect",
-        ":OpenACCOpsIncGen",
         ":OpenACCMPOpsInterfacesIncGen",
+        ":OpenACCOpsIncGen",
         ":OpenACCTypeInterfacesIncGen",
         ":OpenACCTypesIncGen",
         ":SideEffectInterfaces",



More information about the llvm-commits mailing list