[Mlir-commits] [mlir] cb5ab3e - [mlir] Add missing dependency for MLIRSCFTransforms

Lei Zhang llvmlistbot at llvm.org
Wed Oct 21 13:25:12 PDT 2020


Author: Lei Zhang
Date: 2020-10-21T16:24:57-04:00
New Revision: cb5ab3e90e9b7f2e2f00d558e2f5cc095f0c7926

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

LOG: [mlir] Add missing dependency for MLIRSCFTransforms

MLIRTransforms is needed to provide BufferizeTypeConverter
definitions.

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/mlir/lib/Dialect/SCF/Transforms/CMakeLists.txt b/mlir/lib/Dialect/SCF/Transforms/CMakeLists.txt
index 6b516debac4a..bd36cf758650 100644
--- a/mlir/lib/Dialect/SCF/Transforms/CMakeLists.txt
+++ b/mlir/lib/Dialect/SCF/Transforms/CMakeLists.txt
@@ -19,5 +19,6 @@ add_mlir_dialect_library(MLIRSCFTransforms
   MLIRSCF
   MLIRStandard
   MLIRSupport
+  MLIRTransforms
   MLIRTransformUtils
 )


        


More information about the Mlir-commits mailing list