forked from OSchip/llvm-project
Fix CMake error: TableGen targets must be in the DEPENDS list instead of LINK_LIBS
This commit is contained in:
parent
e598ab1c06
commit
90f207a781
|
@ -8,6 +8,7 @@ add_mlir_library(MLIRReduce
|
|||
MLIRPass
|
||||
MLIRRewrite
|
||||
MLIRTransformUtils
|
||||
DEPENDS
|
||||
MLIRReducerIncGen
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue