[Mlir-commits] [mlir] a24e020 - [mlir] add missing build dependency

Alex Zinenko llvmlistbot at llvm.org
Fri Jul 16 06:20:32 PDT 2021


Author: Alex Zinenko
Date: 2021-07-16T15:20:07+02:00
New Revision: a24e020d1a2dd038a0f1c7be3a728a0f5f62bd00

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

LOG: [mlir] add missing build dependency

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/mlir/lib/Conversion/LinalgToLLVM/CMakeLists.txt b/mlir/lib/Conversion/LinalgToLLVM/CMakeLists.txt
index d3e94d7ed858..e731fea0d777 100644
--- a/mlir/lib/Conversion/LinalgToLLVM/CMakeLists.txt
+++ b/mlir/lib/Conversion/LinalgToLLVM/CMakeLists.txt
@@ -18,6 +18,7 @@ add_mlir_conversion_library(MLIRLinalgToLLVM
   MLIRLinalg
   MLIRLLVMCommonConversion
   MLIRLLVMIR
+  MLIRMemRefToLLVM
   MLIRSCFToStandard
   MLIRTransforms
   MLIRVectorToLLVM


        


More information about the Mlir-commits mailing list