1add_mlir_library(MLIRReduceLib 2 MlirReduceMain.cpp 3 4 LINK_LIBS PUBLIC 5 MLIRIR 6 MLIRParser 7 MLIRPass 8 MLIRReduce 9 MLIRSupport 10 ) 11