[mlir][CMAKE] Fix build with BUILD_SHARED_LIBS=ON

Link `MLIRStandardToLLVM` to `MLIRAVX512Transforms`, since
the latter uses `LLVMTypeConverter` defined in the first one.

Reviewed By: ftynse

Differential Revision: https://reviews.llvm.org/D98336
This commit is contained in:
Vladislav Vinogradov 2021-03-10 14:52:09 +01:00 committed by Alex Zinenko
parent 0da27ba56c
commit b599f464d4
1 changed files with 1 additions and 0 deletions

View File

@ -8,4 +8,5 @@ add_mlir_dialect_library(MLIRAVX512Transforms
MLIRAVX512
MLIRIR
MLIRLLVMIR
MLIRStandardToLLVM
)