mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-14 17:06:38 +00:00
[mlir][SMT] fix MLIRExportSMTLIB by linking MLIRArithDialect
This commit is contained in:
parent
f0dc236d33
commit
d903f6b672
@ -5,9 +5,10 @@ add_mlir_translation_library(MLIRExportSMTLIB
|
||||
Core
|
||||
|
||||
LINK_LIBS PUBLIC
|
||||
MLIRSMT
|
||||
MLIRSupport
|
||||
MLIRArithDialect
|
||||
MLIRFuncDialect
|
||||
MLIRIR
|
||||
MLIRSMT
|
||||
MLIRSupport
|
||||
MLIRTranslateLib
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user