brintos

brintos / llvm-project-archived public Read only

0
0
Text · 394 B · cd8193a Raw
22 lines · plain
1add_mlir_conversion_library(MLIRAffineToStandard2  AffineToStandard.cpp3 4  ADDITIONAL_HEADER_DIRS5  ${MLIR_MAIN_INCLUDE_DIR}/mlir/Conversion/AffineToStandard6 7  DEPENDS8  MLIRConversionPassIncGen9 10  LINK_LIBS PUBLIC11  MLIRAffineDialect12  MLIRAffineTransforms13  MLIRAffineUtils14  MLIRArithDialect15  MLIRIR16  MLIRMemRefDialect17  MLIRPass18  MLIRSCFDialect19  MLIRTransforms20  MLIRVectorDialect21  )22