[mlir][vector] Add missing build dependencies for VectorToGPU
Post-commit fix for https://reviews.llvm.org/D145638.
This commit is contained in:
parent
fb7ef637a8
commit
5288d84562
|
@ -16,5 +16,6 @@ add_mlir_conversion_library(MLIRVectorToGPU
|
|||
MLIRNVGPUUtils
|
||||
MLIRTransforms
|
||||
MLIRVectorDialect
|
||||
MLIRVectorTransforms
|
||||
MLIRVectorUtils
|
||||
)
|
||||
|
|
|
@ -8780,6 +8780,7 @@ cc_library(
|
|||
":Support",
|
||||
":Transforms",
|
||||
":VectorDialect",
|
||||
":VectorTransforms",
|
||||
":VectorUtils",
|
||||
"//llvm:Core",
|
||||
"//llvm:Support",
|
||||
|
|
Loading…
Reference in New Issue
Block a user