Fix CMake error: TableGen targets must be in the DEPENDS list instead of LINK_LIBS

This commit is contained in:
Mehdi Amini 2021-06-02 17:13:51 +00:00
parent e598ab1c06
commit 90f207a781
1 changed files with 1 additions and 0 deletions

View File

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