[mlir][rocdl] fix shared lib build. NFC.

Summary: - Add missing dependency to MLIRVectorToLLVM to get shared libs built.

Differential Revision: https://reviews.llvm.org/D79225
This commit is contained in:
Wen-Heng (Jack) Chung 2020-05-01 09:49:15 -07:00 committed by Jacques Pienaar
parent 1a720d49dc
commit d805ab7d03
1 changed files with 1 additions and 0 deletions

View File

@ -83,4 +83,5 @@ target_link_libraries(MLIRROCDLIR
LLVMSupport
MLIRIR
MLIRSideEffects
MLIRVectorToLLVM
)