File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -4358,6 +4358,7 @@ cc_library(
4358
4358
":IndexToLLVM" ,
4359
4359
":IndexToSPIRV" ,
4360
4360
":LinalgToStandard" ,
4361
+ ":MPIToLLVM" ,
4361
4362
":MathToEmitC" ,
4362
4363
":MathToFuncs" ,
4363
4364
":MathToLLVM" ,
@@ -14068,6 +14069,22 @@ cc_library(
14068
14069
],
14069
14070
)
14070
14071
14072
+ cc_library (
14073
+ name = "MPIToLLVM" ,
14074
+ srcs = ["lib/Conversion/MPIToLLVM/MPIToLLVM.cpp" ],
14075
+ hdrs = ["include/mlir/Conversion/MPIToLLVM/MPIToLLVM.h" ],
14076
+ includes = ["include" ],
14077
+ deps = [
14078
+ ":ConvertToLLVMInterface" ,
14079
+ ":DLTIDialect" ,
14080
+ ":IR" ,
14081
+ ":LLVMCommonConversion" ,
14082
+ ":LLVMDialect" ,
14083
+ ":MPIDialect" ,
14084
+ ":TransformUtils" ,
14085
+ ],
14086
+ )
14087
+
14071
14088
##---------------------------------------------------------------------------##
14072
14089
# Allocation interfaces
14073
14090
##---------------------------------------------------------------------------##
You can’t perform that action at this time.
0 commit comments