brintos

brintos / llvm-project-archived public Read only

0
0
Text · 395 B · 4797cd9 Raw
21 lines · plain
1add_mlir_dialect_library(MLIRAffineTransformOps2  AffineTransformOps.cpp3 4  ADDITIONAL_HEADER_DIRS5  ${MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/Affine/TransformOps6 7  DEPENDS8  MLIRAffineTransformOpsIncGen9 10  LINK_LIBS PUBLIC11  MLIRAffineAnalysis12  MLIRAffineDialect13  MLIRFuncDialect14  MLIRIR15  MLIRAffineDialect16  MLIRAffineTransforms17  MLIRAffineUtils18  MLIRTransformDialect19  MLIRVectorDialect20)21