Skip to content

Commit 9881a50

Browse files
committed
[bazel] Port 8584b21
1 parent c5b256a commit 9881a50

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3185,6 +3185,7 @@ cc_library(
31853185
hdrs = glob(["include/mlir/Conversion/MeshToMPI/*.h"]),
31863186
includes = ["include"],
31873187
deps = [
3188+
":AffineDialect",
31883189
":ArithDialect",
31893190
":BufferizationDialect",
31903191
":ConversionPassIncGen",
@@ -3197,6 +3198,7 @@ cc_library(
31973198
":MPIDialect",
31983199
":MemRefDialect",
31993200
":MeshDialect",
3201+
":MeshTransforms",
32003202
":Pass",
32013203
":SCFDialect",
32023204
":Support",
@@ -12503,6 +12505,7 @@ td_library(
1250312505
deps = [
1250412506
":AttrTdFiles",
1250512507
":OpBaseTdFiles",
12508+
":SideEffectInterfacesTdFiles",
1250612509
],
1250712510
)
1250812511

@@ -12561,6 +12564,7 @@ cc_library(
1256112564
includes = ["include"],
1256212565
deps = [
1256312566
":BytecodeOpInterface",
12567+
":DLTIDialect",
1256412568
":IR",
1256512569
":MPIAttrsIncGen",
1256612570
":MPIIncGen",

0 commit comments

Comments
 (0)