forked from OSchip/llvm-project
[mlir] Add missing dependencies after D118062
These used to be covered transitively, but now need to be explicit.
This commit is contained in:
parent
71cb5ed03c
commit
b827b6340b
|
@ -19,4 +19,5 @@ add_mlir_conversion_library(MLIRAffineToStandard
|
|||
MLIRStandard
|
||||
MLIRTransforms
|
||||
MLIRIR
|
||||
MLIRVector
|
||||
)
|
||||
|
|
|
@ -20,6 +20,7 @@ add_mlir_dialect_library(MLIRTosa
|
|||
MLIRControlFlowInterfaces
|
||||
MLIRQuant
|
||||
MLIRSideEffectInterfaces
|
||||
MLIRTensor
|
||||
MLIRViewLikeInterface
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue