[all-commits] [llvm/llvm-project] b599f4: [mlir][CMAKE] Fix build with BUILD_SHARED_LIBS=ON
Vladislav Vinogradov via All-commits
all-commits at lists.llvm.org
Wed Mar 10 05:52:57 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b599f464d4aab388e95f7a646c2657b40bd8a9f9
https://github.com/llvm/llvm-project/commit/b599f464d4aab388e95f7a646c2657b40bd8a9f9
Author: Vladislav Vinogradov <vlad.vinogradov at intel.com>
Date: 2021-03-10 (Wed, 10 Mar 2021)
Changed paths:
M mlir/lib/Dialect/AVX512/Transforms/CMakeLists.txt
Log Message:
-----------
[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
More information about the All-commits
mailing list