0
0
mirror of https://github.com/llvm/llvm-project.git synced 2025-04-27 05:36:06 +00:00

[MLIR] Fix build after ()

After  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

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