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
/
Bufferization
/
CMakeLists.txt
blob
a183d02cefed7b5a7733b91072aeef587f351c11
1
# Exclude tests from libMLIR.so
2
add_mlir_library(MLIRBufferizationTestPasses
3
TestTensorCopyInsertion.cpp
4
5
EXCLUDE_FROM_LIBMLIR
6
7
LINK_LIBS PUBLIC
8
MLIRBufferizationDialect
9
MLIRBufferizationTransforms
10
MLIRIR
11
MLIRPass
12
)