forked from OSchip/llvm-project
[mlir] Fix CMake file
This commit is contained in:
parent
b8cdff8894
commit
b1b4808c3f
|
@ -32,6 +32,7 @@ add_mlir_dialect_library(MLIRSCFTransforms
|
|||
MLIRSCFUtils
|
||||
MLIRSupport
|
||||
MLIRTensorDialect
|
||||
MLIRTilingInterface
|
||||
MLIRTransforms
|
||||
MLIRTransformUtils
|
||||
)
|
||||
|
|
|
@ -4,12 +4,12 @@ add_mlir_library(MLIRTilingInterfaceTestPasses
|
|||
EXCLUDE_FROM_LIBMLIR
|
||||
|
||||
LINK_LIBS PUBLIC
|
||||
MLIRAffine
|
||||
MLIRArithmetic
|
||||
MLIRLinalg
|
||||
MLIRAffineDialect
|
||||
MLIRArithmeticDialect
|
||||
MLIRLinalgDialect
|
||||
MLIRLinalgTransforms
|
||||
MLIRMemRef
|
||||
MLIRSCF
|
||||
MLIRMemRefDialect
|
||||
MLIRSCFDialect
|
||||
MLIRSCFTransforms
|
||||
MLIRTensor
|
||||
MLIRTensorDialect
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue