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(
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" ,
You can’t perform that action at this time.
0 commit comments