Skip to content

Commit bbc5d20

Browse files
authored
[MLIR] Fix build after #131492 (#135502)
After #131492 is appears that linking MLIRAritDialect was missing.
1 parent d903f6b commit bbc5d20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlir/lib/Target/SMTLIB/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ add_mlir_translation_library(MLIRExportSMTLIB
1111
MLIRSMT
1212
MLIRSupport
1313
MLIRTranslateLib
14+
MLIRArithDialect
1415
)

0 commit comments

Comments
 (0)