forked from OSchip/llvm-project
[mlir] Add missing dep on MLIRTranslation
This commit is contained in:
parent
832c87b4fb
commit
f6063fedb4
|
@ -11,4 +11,5 @@ add_mlir_translation_library(MLIRTargetCpp
|
||||||
MLIRSCF
|
MLIRSCF
|
||||||
MLIRStandard
|
MLIRStandard
|
||||||
MLIRSupport
|
MLIRSupport
|
||||||
|
MLIRTranslation
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue