brintos

brintos / llvm-project-archived public Read only

0
0
Text · 270 B · a723263 Raw
18 lines · plain
1add_mlir_library(MLIRReduce2   OptReductionPass.cpp3   ReductionNode.cpp4   ReductionTreePass.cpp5   Tester.cpp6 7   LINK_LIBS PUBLIC8   MLIRIR9   MLIRPass10   MLIRRewrite11   MLIRTransformUtils12 13   DEPENDS14   MLIRReducerIncGen15)16 17mlir_check_all_link_libraries(MLIRReduce)18