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
/
Mesh
/
CMakeLists.txt
blob
07e9bb6f9f238a2179ac38fe1a25503a66dbb204
1
# Exclude tests from libMLIR.so
2
add_mlir_library(MLIRMeshTest
3
TestOpLowering.cpp
4
TestReshardingSpmdization.cpp
5
TestSimplifications.cpp
6
7
EXCLUDE_FROM_LIBMLIR
8
9
LINK_LIBS PUBLIC
10
MLIRMeshDialect
11
MLIRMeshTransforms
12
MLIRPass
13
MLIRRewrite
14
MLIRTransformUtils
15
)