Skip to content

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