aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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",