[mlir] Add missing dep on MLIRTranslation

This commit is contained in:
Marius Brehler 2021-09-02 16:53:53 +00:00
parent 832c87b4fb
commit f6063fedb4
1 changed files with 1 additions and 0 deletions

View File

@ -11,4 +11,5 @@ add_mlir_translation_library(MLIRTargetCpp
MLIRSCF
MLIRStandard
MLIRSupport
MLIRTranslation
)