[Mlir-commits] [mlir] 72700fe - [MLIR] Link MLIRStandardOpsTransforms with MLIRTransforms.

Alexander Belyaev llvmlistbot at llvm.org
Tue May 5 04:18:41 PDT 2020


Author: Alexander Belyaev
Date: 2020-05-05T13:18:15+02:00
New Revision: 72700fea2bea996ada8cace320a357c01a1356f0

URL: https://github.com/llvm/llvm-project/commit/72700fea2bea996ada8cace320a357c01a1356f0
DIFF: https://github.com/llvm/llvm-project/commit/72700fea2bea996ada8cace320a357c01a1356f0.diff

LOG: [MLIR] Link MLIRStandardOpsTransforms with MLIRTransforms.

Summary: This fixes shared lib build.

Differential Revision: https://reviews.llvm.org/D79403

Added: 
    

Modified: 
    mlir/lib/Dialect/StandardOps/Transforms/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/mlir/lib/Dialect/StandardOps/Transforms/CMakeLists.txt b/mlir/lib/Dialect/StandardOps/Transforms/CMakeLists.txt
index b79a0b569b97..5db3c370954c 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
   )


        


More information about the Mlir-commits mailing list