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
/
Vector
/
CMakeLists.txt
blob
d8e6b24b0c26fac7e49ed87f6fcbbbeb9820a7fd
1
# Exclude tests from libMLIR.so
2
add_mlir_library(MLIRVectorTestPasses
3
TestVectorTransforms.cpp
4
5
EXCLUDE_FROM_LIBMLIR
6
7
LINK_LIBS PUBLIC
8
MLIRAffineDialect
9
MLIRAnalysis
10
MLIRArithDialect
11
MLIRFuncDialect
12
MLIRGPUDialect
13
MLIRLinalgDialect
14
MLIRLinalgTransforms
15
MLIRLLVMDialect
16
MLIRMemRefDialect
17
MLIRPass
18
MLIRSCFDialect
19
MLIRTensorDialect
20
MLIRTransformUtils
21
MLIRVectorDialect
22
MLIRVectorToSCF
23
MLIRX86VectorDialect
24
)