Skip to content

Commit 3fb8204

Browse files
maksleventalgithub-actions[bot]
authored andcommitted
Automerge: [mlir][SMT] fix MLIRExportSMTLIB by linking MLIRArithDialect
2 parents 13b5f7e + d903f6b commit 3fb8204

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

mlir/lib/Target/SMTLIB/CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ add_mlir_translation_library(MLIRExportSMTLIB
55
Core
66

77
LINK_LIBS PUBLIC
8-
MLIRSMT
9-
MLIRSupport
8+
MLIRArithDialect
109
MLIRFuncDialect
1110
MLIRIR
11+
MLIRSMT
12+
MLIRSupport
1213
MLIRTranslateLib
1314
)

0 commit comments

Comments
 (0)