Skip to content

Commit

Permalink
[bazel] Update MLIR deps
Browse files Browse the repository at this point in the history
I believe this is due to D117839, D117848, maybe others.

Latest build failure: https://buildkite.com/llvm-project/upstream-bazel-rbe/builds/18053
  • Loading branch information
rupprecht committed Jan 25, 2022
1 parent 61b81e0 commit 71cb5ed
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Expand Up @@ -2186,15 +2186,22 @@ cc_library(
"lib/Dialect/Affine/Utils/*.h",
],
),
hdrs = ["include/mlir/Dialect/Affine/Utils.h"],
hdrs = [
"include/mlir/Dialect/Affine/LoopFusionUtils.h",
"include/mlir/Dialect/Affine/LoopUtils.h",
"include/mlir/Dialect/Affine/Utils.h",
],
includes = ["include"],
deps = [
":Affine",
":AffineAnalysis",
":Analysis",
":IR",
":MemRefDialect",
":SCFDialect",
":Support",
":TransformUtils",
"//llvm:Support",
],
)

Expand Down Expand Up @@ -2466,6 +2473,7 @@ cc_library(
deps = [
":IR",
":LoopLikeInterfaceIncGen",
"//llvm:Support",
],
)

Expand Down Expand Up @@ -3152,6 +3160,7 @@ cc_library(
":ArithmeticDialect",
":Async",
":DLTIDialect",
":AffineUtils",
":GPUDialect",
":GPUPassIncGen",
":MemRefDialect",
Expand Down Expand Up @@ -6599,6 +6608,7 @@ cc_library(
deps = [
":ArithmeticDialect",
":BufferizationDialect",
":BufferizationTransforms",
":IR",
":MemRefDialect",
":Support",
Expand Down Expand Up @@ -7836,6 +7846,7 @@ cc_library(
includes = ["include"],
deps = [
":Affine",
":AffineUtils",
":ArithmeticDialect",
":IR",
":InferTypeOpInterface",
Expand Down Expand Up @@ -8013,6 +8024,7 @@ cc_library(
":DialectUtils",
":IR",
":InferTypeOpInterface",
":LoopLikeInterface",
":MemRefDialect",
":Pass",
":StandardOps",
Expand Down

0 comments on commit 71cb5ed

Please sign in to comment.