forked from OSchip/llvm-project
[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:
parent
1a720d49dc
commit
d805ab7d03
|
@ -83,4 +83,5 @@ target_link_libraries(MLIRROCDLIR
|
|||
LLVMSupport
|
||||
MLIRIR
|
||||
MLIRSideEffects
|
||||
MLIRVectorToLLVM
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue