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
[mlir] Update Ch-2.md (#121379)
[llvm-project.git]
/
mlir
/
test
/
lib
/
Dialect
/
Func
/
CMakeLists.txt
blob
6adf893e44f05bd88969666c5c0fa9f96a673db0
1
# Exclude tests from libMLIR.so
2
add_mlir_library(MLIRFuncTestPasses
3
TestDecomposeCallGraphTypes.cpp
4
5
EXCLUDE_FROM_LIBMLIR
6
7
LINK_LIBS PUBLIC
8
MLIRAffineDialect
9
MLIRPass
10
MLIRFuncTransforms
11
MLIRTestDialect
12
MLIRTransformUtils
13
)
14
15
target_include_directories(MLIRFuncTestPasses
16
PRIVATE
17
${CMAKE_CURRENT_SOURCE_DIR}/../Test
18
${CMAKE_CURRENT_BINARY_DIR}/../Test
19
)