Fix GCC build problem with 288f05f related to SmallVector. (#116958)
[llvm-project.git] / mlir / lib / Reducer / CMakeLists.txt
bloba723263e4f41aa4fd557ce18365afb099dc7fee1
1 add_mlir_library(MLIRReduce
2    OptReductionPass.cpp
3    ReductionNode.cpp
4    ReductionTreePass.cpp
5    Tester.cpp
7    LINK_LIBS PUBLIC
8    MLIRIR
9    MLIRPass
10    MLIRRewrite
11    MLIRTransformUtils
13    DEPENDS
14    MLIRReducerIncGen
17 mlir_check_all_link_libraries(MLIRReduce)