[Mlir-commits] [mlir] [MLIR] Fix build after #131492 (PR #135502)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Sat Apr 12 14:15:05 PDT 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-mlir

Author: Jan Patrick Lehr (jplehr)

<details>
<summary>Changes</summary>

After #<!-- -->131492 is appears that linking MLIRAritDialect was missing.

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


1 Files Affected:

- (modified) mlir/lib/Target/SMTLIB/CMakeLists.txt (+1) 


``````````diff
diff --git a/mlir/lib/Target/SMTLIB/CMakeLists.txt b/mlir/lib/Target/SMTLIB/CMakeLists.txt
index 1fd965551ae47..08e2533058a2f 100644
--- a/mlir/lib/Target/SMTLIB/CMakeLists.txt
+++ b/mlir/lib/Target/SMTLIB/CMakeLists.txt
@@ -10,4 +10,5 @@ add_mlir_translation_library(MLIRExportSMTLIB
   MLIRFuncDialect
   MLIRIR
   MLIRTranslateLib
+  MLIRArithDialect
 )

``````````

</details>


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


More information about the Mlir-commits mailing list