Skip to content

Commit d805ab7

Browse files
whchungjpienaar
authored andcommitted
[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
1 parent 1a720d4 commit d805ab7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlir/lib/Dialect/LLVMIR/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,5 @@ target_link_libraries(MLIRROCDLIR
8383
LLVMSupport
8484
MLIRIR
8585
MLIRSideEffects
86+
MLIRVectorToLLVM
8687
)

0 commit comments

Comments
 (0)