Skip to content

Commit c5b256a

Browse files
authored
[MLIR][MPI] adding MLIRDLTIDialect when linking MLIRMPIDialect (#145316)
Fixing buildbot errors on some platforms like ``` undefined reference to `mlir::dlti::query(mlir::Operation*, llvm::ArrayRef<llvm::StringRef>, bool)' ``` Introduced in #144716
1 parent 8584b21 commit c5b256a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlir/lib/Dialect/MPI/IR/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ add_mlir_dialect_library(MLIRMPIDialect
1313

1414
LINK_LIBS PUBLIC
1515
MLIRDialect
16+
MLIRDLTIDialect
1617
MLIRIR
1718
MLIRMemRefDialect
1819
MLIRInferTypeOpInterface

0 commit comments

Comments
 (0)