[Mlir-commits] [mlir] aeb338c - [mlir][VectorToSCF] Fix of broken build - missing link to MLIRLinalgUtils

Jakub Lichman llvmlistbot at llvm.org
Wed Aug 19 10:29:28 PDT 2020


Author: Jakub Lichman
Date: 2020-08-19T17:28:49Z
New Revision: aeb338cc3e5ac51644eb2328431607cec5decea9

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

LOG: [mlir][VectorToSCF] Fix of broken build - missing link to MLIRLinalgUtils

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/mlir/lib/Conversion/VectorToSCF/CMakeLists.txt b/mlir/lib/Conversion/VectorToSCF/CMakeLists.txt
index d6bc8dabf3a9..b272455658fb 100644
--- a/mlir/lib/Conversion/VectorToSCF/CMakeLists.txt
+++ b/mlir/lib/Conversion/VectorToSCF/CMakeLists.txt
@@ -10,6 +10,7 @@ add_mlir_conversion_library(MLIRVectorToSCF
   LINK_LIBS PUBLIC
   MLIREDSC
   MLIRAffineEDSC
+  MLIRLinalgUtils
   MLIRLLVMIR
   MLIRTransforms
   )


        


More information about the Mlir-commits mailing list