Skip to content

Commit d903f6b

Browse files
committed
[mlir][SMT] fix MLIRExportSMTLIB by linking MLIRArithDialect
1 parent f0dc236 commit d903f6b

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)