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
[libcxx][test] Fix a test for the range of file offsets on ARMv7 Linux targets. ...
[llvm-project.git]
/
mlir
/
test
/
lib
/
Dialect
/
Tensor
/
CMakeLists.txt
blob
f22b21d173296af178b7e57435d22090667f16d4
1
# Exclude tests from libMLIR.so
2
add_mlir_library(MLIRTensorTestPasses
3
TestTensorTransforms.cpp
4
5
EXCLUDE_FROM_LIBMLIR
6
7
LINK_LIBS PUBLIC
8
MLIRArithDialect
9
MLIRLinalgDialect
10
MLIRPass
11
MLIRSCFDialect
12
MLIRTensorDialect
13
MLIRTensorTransforms
14
MLIRTransformDialect
15
MLIRTransforms
16
)