Skip to content

[MLIR][MPI] adding MLIRDLTIDialect when linking MLIRMPIDialect #145316

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 23, 2025

Conversation

fschlimb
Copy link
Contributor

Fixing buildbot errors on some platforms like

undefined reference to `mlir::dlti::query(mlir::Operation*, llvm::ArrayRef<llvm::StringRef>, bool)'

Introduced in #144716

@fschlimb fschlimb requested a review from rolfmorel June 23, 2025 12:22
@llvmbot llvmbot added the mlir label Jun 23, 2025
@llvmbot
Copy link
Member

llvmbot commented Jun 23, 2025

@llvm/pr-subscribers-mlir

Author: Frank Schlimbach (fschlimb)

Changes

Fixing buildbot errors on some platforms like

undefined reference to `mlir::dlti::query(mlir::Operation*, llvm::ArrayRef&lt;llvm::StringRef&gt;, 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 --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

@fschlimb fschlimb merged commit c5b256a into llvm:main Jun 23, 2025
7 of 9 checks passed
miguelcsx pushed a commit to miguelcsx/llvm-project that referenced this pull request Jun 23, 2025
…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
Jaddyen pushed a commit to Jaddyen/llvm-project that referenced this pull request Jun 23, 2025
…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
anthonyhatran pushed a commit to anthonyhatran/llvm-project that referenced this pull request Jun 26, 2025
…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants