Skip to content

Commit b599f46

Browse files
Vladislav Vinogradovftynse
authored andcommitted
[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
1 parent 0da27ba commit b599f46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlir/lib/Dialect/AVX512/Transforms/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ add_mlir_dialect_library(MLIRAVX512Transforms
88
MLIRAVX512
99
MLIRIR
1010
MLIRLLVMIR
11+
MLIRStandardToLLVM
1112
)

0 commit comments

Comments
 (0)