aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorKeith Smiley <keithbsmiley@gmail.com>2024-06-04 13:08:48 -0700
committerGitHub <noreply@github.com>2024-06-04 13:08:48 -0700
commit2e0e163bb53bc4991daa35e62140d2de27b0fe0b (patch)
treeff8a47a78af607cb24be42705c205199e6a2e87a /utils
parenta5729b71d844c1444f7d348dc2d4ea5b98de5ec5 (diff)
downloadllvm-2e0e163bb53bc4991daa35e62140d2de27b0fe0b.zip
llvm-2e0e163bb53bc4991daa35e62140d2de27b0fe0b.tar.gz
llvm-2e0e163bb53bc4991daa35e62140d2de27b0fe0b.tar.bz2
[bazel] Port #94109 (#94395)
Diffstat (limited to 'utils')
-rw-r--r--utils/bazel/llvm-project-overlay/mlir/BUILD.bazel5
1 files 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 4c8efdb..0fc791e 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",