forked from OSchip/llvm-project
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:
parent
fcfaed4ae6
commit
e598ab1c06
|
@ -8,6 +8,7 @@ add_mlir_library(MLIRReduce
|
|||
MLIRPass
|
||||
MLIRRewrite
|
||||
MLIRTransformUtils
|
||||
MLIRReducerIncGen
|
||||
)
|
||||
|
||||
mlir_check_all_link_libraries(MLIRReduce)
|
||||
|
|
Loading…
Reference in New Issue