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

llvmlistbot at llvm.org llvmlistbot at llvm.org
Sat Apr 12 14:22:45 PDT 2025


Author: Jan Patrick Lehr
Date: 2025-04-12T23:22:42+02:00
New Revision: bbc5d205d409bb22fe4ae8ad16ebaf1752e6b700

URL: https://github.com/llvm/llvm-project/commit/bbc5d205d409bb22fe4ae8ad16ebaf1752e6b700
DIFF: https://github.com/llvm/llvm-project/commit/bbc5d205d409bb22fe4ae8ad16ebaf1752e6b700.diff

LOG: [MLIR] Fix build after #131492 (#135502)

After #131492 is appears that linking MLIRAritDialect was missing.

Added: 
    

Modified: 
    mlir/lib/Target/SMTLIB/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/mlir/lib/Target/SMTLIB/CMakeLists.txt b/mlir/lib/Target/SMTLIB/CMakeLists.txt
index 4f47bef8e26ce..c17d09bd6e230 100644
--- a/mlir/lib/Target/SMTLIB/CMakeLists.txt
+++ b/mlir/lib/Target/SMTLIB/CMakeLists.txt
@@ -11,4 +11,5 @@ add_mlir_translation_library(MLIRExportSMTLIB
   MLIRSMT
   MLIRSupport
   MLIRTranslateLib
+  MLIRArithDialect
 )


        


More information about the Mlir-commits mailing list