[Mlir-commits] [mlir] 7fc5f28 - [mlir] LinalgToStandard: add build dependency on MLIRPass

Alex Zinenko llvmlistbot at llvm.org
Fri May 15 01:20:50 PDT 2020


Author: Alex Zinenko
Date: 2020-05-15T10:20:04+02:00
New Revision: 7fc5f28068d3c9563cbf5b4e5b92b5cfc8958698

URL: https://github.com/llvm/llvm-project/commit/7fc5f28068d3c9563cbf5b4e5b92b5cfc8958698
DIFF: https://github.com/llvm/llvm-project/commit/7fc5f28068d3c9563cbf5b4e5b92b5cfc8958698.diff

LOG: [mlir] LinalgToStandard: add build dependency on MLIRPass

This is supposed to resolve the build problem with shared libraries.

Added: 
    

Modified: 
    mlir/lib/Conversion/LinalgToStandard/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/mlir/lib/Conversion/LinalgToStandard/CMakeLists.txt b/mlir/lib/Conversion/LinalgToStandard/CMakeLists.txt
index 84f19499bf71..ea1161702bce 100644
--- a/mlir/lib/Conversion/LinalgToStandard/CMakeLists.txt
+++ b/mlir/lib/Conversion/LinalgToStandard/CMakeLists.txt
@@ -13,6 +13,7 @@ target_link_libraries(MLIRLinalgToStandard
   MLIREDSC
   MLIRIR
   MLIRLinalgOps
+  MLIRPass
   MLIRSCF
   LLVMCore
   LLVMSupport


        


More information about the Mlir-commits mailing list