[Mlir-commits] [mlir] [MLIR][MPI] adding MLIRDLTIDialect when linking MLIRMPIDialect (PR #145316)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Mon Jun 23 05:22:54 PDT 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-mlir

Author: Frank Schlimbach (fschlimb)

<details>
<summary>Changes</summary>

Fixing buildbot errors on some platforms like 
```
undefined reference to `mlir::dlti::query(mlir::Operation*, llvm::ArrayRef<llvm::StringRef>, bool)'
```
Introduced in #<!-- -->144716 

---
Full diff: https://github.com/llvm/llvm-project/pull/145316.diff


1 Files Affected:

- (modified) mlir/lib/Dialect/MPI/IR/CMakeLists.txt (+1) 


``````````diff
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

``````````

</details>


https://github.com/llvm/llvm-project/pull/145316


More information about the Mlir-commits mailing list