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
/
test
/
lib
/
Dialect
/
SCF
/
CMakeLists.txt
blob
792430cc84b65018e0087f29f6a536f59eb0514e
1
# Exclude tests from libMLIR.so
2
add_mlir_library(MLIRSCFTestPasses
3
TestLoopParametricTiling.cpp
4
TestLoopUnrolling.cpp
5
TestSCFUtils.cpp
6
TestSCFWrapInZeroTripCheck.cpp
7
TestUpliftWhileToFor.cpp
8
TestWhileOpBuilder.cpp
9
10
EXCLUDE_FROM_LIBMLIR
11
12
LINK_LIBS PUBLIC
13
MLIRMemRefDialect
14
MLIRPass
15
MLIRSCFDialect
16
MLIRSCFTransforms
17
MLIRSCFUtils
18
MLIRTransformUtils
19
)