[mlir] Add missing dependency for MLIRSCFTransforms
authorLei Zhang <antiagainst@google.com>
Wed, 21 Oct 2020 20:22:41 +0000 (16:22 -0400)
committerLei Zhang <antiagainst@google.com>
Wed, 21 Oct 2020 20:24:57 +0000 (16:24 -0400)
MLIRTransforms is needed to provide BufferizeTypeConverter
definitions.

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

index 6b516de..bd36cf7 100644 (file)
@@ -19,5 +19,6 @@ add_mlir_dialect_library(MLIRSCFTransforms
   MLIRSCF
   MLIRStandard
   MLIRSupport
+  MLIRTransforms
   MLIRTransformUtils
 )