Skip to content

Commit fb1523e

Browse files
committed
[bazel] Port 79aa776
1 parent 2472c45 commit fb1523e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3279,6 +3279,7 @@ cc_library(
32793279
hdrs = glob(["include/mlir/Dialect/Mesh/Transforms/*.h"]),
32803280
includes = ["include"],
32813281
deps = [
3282+
":AffineDialect",
32823283
":ArithDialect",
32833284
":ControlFlowDialect",
32843285
":DialectUtils",

utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -788,6 +788,7 @@ cc_library(
788788
deps = [
789789
":TestDialect",
790790
"//mlir:ArithDialect",
791+
"//mlir:DialectUtils",
791792
"//mlir:FuncDialect",
792793
"//mlir:IR",
793794
"//mlir:MeshDialect",

0 commit comments

Comments
 (0)