forked from OSchip/llvm-project
21 lines
321 B
CMake
21 lines
321 B
CMake
add_mlir_conversion_library(MLIRAffineToStandard
|
|
AffineToStandard.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${MLIR_MAIN_INCLUDE_DIR}/mlir/Conversion/AffineToStandard
|
|
|
|
DEPENDS
|
|
MLIRConversionPassIncGen
|
|
|
|
LINK_COMPONENTS
|
|
Core
|
|
|
|
LINK_LIBS PUBLIC
|
|
MLIRAffine
|
|
MLIRSCF
|
|
MLIRPass
|
|
MLIRStandard
|
|
MLIRTransforms
|
|
MLIRIR
|
|
)
|