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

After #131492 is appears that linking MLIRAritDialect was missing.
This commit is contained in:
Jan Patrick Lehr 2025-04-12 23:22:42 +02:00 committed by GitHub
parent d903f6b672
commit bbc5d205d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,4 +11,5 @@ add_mlir_translation_library(MLIRExportSMTLIB
MLIRSMT
MLIRSupport
MLIRTranslateLib
MLIRArithDialect
)