[Mlir-commits] [mlir] c5b256a - [MLIR][MPI] adding MLIRDLTIDialect when linking MLIRMPIDialect (#145316)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Mon Jun 23 05:26:18 PDT 2025
Author: Frank Schlimbach
Date: 2025-06-23T14:26:14+02:00
New Revision: c5b256a0e48037fc3ab12102b14511e9ac1e3242
URL: https://github.com/llvm/llvm-project/commit/c5b256a0e48037fc3ab12102b14511e9ac1e3242
DIFF: https://github.com/llvm/llvm-project/commit/c5b256a0e48037fc3ab12102b14511e9ac1e3242.diff
LOG: [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
Added:
Modified:
mlir/lib/Dialect/MPI/IR/CMakeLists.txt
Removed:
################################################################################
diff --git a/mlir/lib/Dialect/MPI/IR/CMakeLists.txt b/mlir/lib/Dialect/MPI/IR/CMakeLists.txt
index edd7d911d0248..86c53495f01a3 100644
--- a/mlir/lib/Dialect/MPI/IR/CMakeLists.txt
+++ b/mlir/lib/Dialect/MPI/IR/CMakeLists.txt
@@ -13,6 +13,7 @@ add_mlir_dialect_library(MLIRMPIDialect
LINK_LIBS PUBLIC
MLIRDialect
+ MLIRDLTIDialect
MLIRIR
MLIRMemRefDialect
MLIRInferTypeOpInterface
More information about the Mlir-commits
mailing list