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
|
MLIRSCFUtils
|
||||||
MLIRSupport
|
MLIRSupport
|
||||||
MLIRTensorDialect
|
MLIRTensorDialect
|
||||||
|
MLIRTilingInterface
|
||||||
MLIRTransforms
|
MLIRTransforms
|
||||||
MLIRTransformUtils
|
MLIRTransformUtils
|
||||||
)
|
)
|
||||||
|
|
|
@ -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
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue