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
/
ArmSME
/
CMakeLists.txt
blob
cdd8afe141421921ab7eedef455b47717bd18d4b
1
# Exclude tests from libMLIR.so
2
add_mlir_library(MLIRArmSMETestPasses
3
TestLowerToArmSME.cpp
4
5
EXCLUDE_FROM_LIBMLIR
6
7
LINK_LIBS PUBLIC
8
MLIRArithToArmSME
9
MLIRArmSMEToLLVM
10
MLIRArmSMEToSCF
11
MLIRArmSMETransforms
12
MLIRArmSVETransforms
13
MLIRIR
14
MLIRPass
15
MLIRTransforms
16
MLIRVectorToArmSME
17
MLIRVectorToSCF
18
MLIRSCFToControlFlow
19
)