[mlir][vector] Add missing build dependencies for VectorToGPU

Post-commit fix for https://reviews.llvm.org/D145638.
This commit is contained in:
Jakub Kuderski 2023-03-09 15:13:28 -05:00
parent fb7ef637a8
commit 5288d84562
2 changed files with 2 additions and 0 deletions

View File

@ -16,5 +16,6 @@ add_mlir_conversion_library(MLIRVectorToGPU
MLIRNVGPUUtils
MLIRTransforms
MLIRVectorDialect
MLIRVectorTransforms
MLIRVectorUtils
)

View File

@ -8780,6 +8780,7 @@ cc_library(
":Support",
":Transforms",
":VectorDialect",
":VectorTransforms",
":VectorUtils",
"//llvm:Core",
"//llvm:Support",