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(
43584358 ":IndexToLLVM" ,
43594359 ":IndexToSPIRV" ,
43604360 ":LinalgToStandard" ,
4361+ ":MPIToLLVM" ,
43614362 ":MathToEmitC" ,
43624363 ":MathToFuncs" ,
43634364 ":MathToLLVM" ,
@@ -14068,6 +14069,22 @@ cc_library(
1406814069 ],
1406914070)
1407014071
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+
1407114088##---------------------------------------------------------------------------##
1407214089# Allocation interfaces
1407314090##---------------------------------------------------------------------------##
You can’t perform that action at this time.
0 commit comments