projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e598ab1
)
Fix CMake error: TableGen targets must be in the DEPENDS list instead of LINK_LIBS
author
Mehdi Amini
<joker.eph@gmail.com>
Wed, 2 Jun 2021 17:13:51 +0000
(17:13 +0000)
committer
Mehdi Amini
<joker.eph@gmail.com>
Wed, 2 Jun 2021 17:13:51 +0000
(17:13 +0000)
mlir/lib/Reducer/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/mlir/lib/Reducer/CMakeLists.txt
b/mlir/lib/Reducer/CMakeLists.txt
index
cd92802
..
bcc4062
100644
(file)
--- a/
mlir/lib/Reducer/CMakeLists.txt
+++ b/
mlir/lib/Reducer/CMakeLists.txt
@@
-8,6
+8,7
@@
add_mlir_library(MLIRReduce
MLIRPass
MLIRRewrite
MLIRTransformUtils
+ DEPENDS
MLIRReducerIncGen
)