Skip to content

Commit 7a9ce7e

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

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)