File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -3185,6 +3185,7 @@ cc_library(
3185
3185
hdrs = glob (["include/mlir/Conversion/MeshToMPI/*.h" ]),
3186
3186
includes = ["include" ],
3187
3187
deps = [
3188
+ ":AffineDialect" ,
3188
3189
":ArithDialect" ,
3189
3190
":BufferizationDialect" ,
3190
3191
":ConversionPassIncGen" ,
@@ -3197,6 +3198,7 @@ cc_library(
3197
3198
":MPIDialect" ,
3198
3199
":MemRefDialect" ,
3199
3200
":MeshDialect" ,
3201
+ ":MeshTransforms" ,
3200
3202
":Pass" ,
3201
3203
":SCFDialect" ,
3202
3204
":Support" ,
@@ -12503,6 +12505,7 @@ td_library(
12503
12505
deps = [
12504
12506
":AttrTdFiles" ,
12505
12507
":OpBaseTdFiles" ,
12508
+ ":SideEffectInterfacesTdFiles" ,
12506
12509
],
12507
12510
)
12508
12511
@@ -12561,6 +12564,7 @@ cc_library(
12561
12564
includes = ["include" ],
12562
12565
deps = [
12563
12566
":BytecodeOpInterface" ,
12567
+ ":DLTIDialect" ,
12564
12568
":IR" ,
12565
12569
":MPIAttrsIncGen" ,
12566
12570
":MPIIncGen" ,
You can’t perform that action at this time.
0 commit comments