Skip to content

Commit ef6e3ed

Browse files
committed
[mlir][bazel] Port ab166d4
1 parent 9766410 commit ef6e3ed

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff 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
##---------------------------------------------------------------------------##

0 commit comments

Comments
 (0)