Add missing CMake dependency for mlir/lib/Reducer (NFC)

The `OptReductionPass.cpp` file depends on the TableGen generated
`mlir/Reducer/Passes.h.inc` file.
This commit is contained in:
Mehdi Amini 2021-06-02 16:55:09 +00:00
parent fcfaed4ae6
commit e598ab1c06
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ add_mlir_library(MLIRReduce
MLIRPass
MLIRRewrite
MLIRTransformUtils
MLIRReducerIncGen
)
mlir_check_all_link_libraries(MLIRReduce)