From 72700fea2bea996ada8cace320a357c01a1356f0 Mon Sep 17 00:00:00 2001 From: Alexander Belyaev Date: Tue, 5 May 2020 12:24:10 +0200 Subject: [PATCH] [MLIR] Link MLIRStandardOpsTransforms with MLIRTransforms. Summary: This fixes shared lib build. Differential Revision: https://reviews.llvm.org/D79403 --- mlir/lib/Dialect/StandardOps/Transforms/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/mlir/lib/Dialect/StandardOps/Transforms/CMakeLists.txt b/mlir/lib/Dialect/StandardOps/Transforms/CMakeLists.txt index b79a0b5..5db3c37 100644 --- a/mlir/lib/Dialect/StandardOps/Transforms/CMakeLists.txt +++ b/mlir/lib/Dialect/StandardOps/Transforms/CMakeLists.txt @@ -13,5 +13,6 @@ target_link_libraries(MLIRStandardOpsTransforms MLIRPass MLIRStandardOps MLIRSupport + MLIRTransforms LLVMSupport ) -- 2.7.4