repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix GCC build problem with 288f05f related to SmallVector. (#116958)
[llvm-project.git]
/
mlir
/
lib
/
Reducer
/
CMakeLists.txt
blob
a723263e4f41aa4fd557ce18365afb099dc7fee1
1
add_mlir_library(MLIRReduce
2
OptReductionPass.cpp
3
ReductionNode.cpp
4
ReductionTreePass.cpp
5
Tester.cpp
6
7
LINK_LIBS PUBLIC
8
MLIRIR
9
MLIRPass
10
MLIRRewrite
11
MLIRTransformUtils
12
13
DEPENDS
14
MLIRReducerIncGen
15
)
16
17
mlir_check_all_link_libraries(MLIRReduce)