[mlir] Fix CMake file

This commit is contained in:
Mogball 2022-06-13 22:35:51 +00:00
parent b8cdff8894
commit b1b4808c3f
2 changed files with 7 additions and 6 deletions

View File

@ -32,6 +32,7 @@ add_mlir_dialect_library(MLIRSCFTransforms
MLIRSCFUtils MLIRSCFUtils
MLIRSupport MLIRSupport
MLIRTensorDialect MLIRTensorDialect
MLIRTilingInterface
MLIRTransforms MLIRTransforms
MLIRTransformUtils MLIRTransformUtils
) )

View File

@ -4,12 +4,12 @@ add_mlir_library(MLIRTilingInterfaceTestPasses
EXCLUDE_FROM_LIBMLIR EXCLUDE_FROM_LIBMLIR
LINK_LIBS PUBLIC LINK_LIBS PUBLIC
MLIRAffine MLIRAffineDialect
MLIRArithmetic MLIRArithmeticDialect
MLIRLinalg MLIRLinalgDialect
MLIRLinalgTransforms MLIRLinalgTransforms
MLIRMemRef MLIRMemRefDialect
MLIRSCF MLIRSCFDialect
MLIRSCFTransforms MLIRSCFTransforms
MLIRTensor MLIRTensorDialect
) )