[mlir] Add missing dependencies after D118062

These used to be covered transitively, but now need to be explicit.
This commit is contained in:
River Riddle 2022-01-24 21:31:29 -08:00
parent 71cb5ed03c
commit b827b6340b
2 changed files with 2 additions and 0 deletions

View File

@ -19,4 +19,5 @@ add_mlir_conversion_library(MLIRAffineToStandard
MLIRStandard
MLIRTransforms
MLIRIR
MLIRVector
)

View File

@ -20,6 +20,7 @@ add_mlir_dialect_library(MLIRTosa
MLIRControlFlowInterfaces
MLIRQuant
MLIRSideEffectInterfaces
MLIRTensor
MLIRViewLikeInterface
)