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
Revert "[libc] Breakup freelist_malloc into separate files" (#119749)
[llvm-project.git]
/
mlir
/
test
/
lib
/
Dialect
/
MemRef
/
CMakeLists.txt
blob
0498de3eb93178b2e16565e7bf7866588076fe01
1
# Exclude tests from libMLIR.so
2
add_mlir_library(MLIRMemRefTestPasses
3
TestComposeSubView.cpp
4
TestEmulateNarrowType.cpp
5
TestMultiBuffer.cpp
6
7
EXCLUDE_FROM_LIBMLIR
8
9
LINK_LIBS PUBLIC
10
MLIRPass
11
MLIRMemRefDialect
12
MLIRMemRefTransforms
13
MLIRTestDialect
14
)
15
16
target_include_directories(MLIRMemRefTestPasses
17
PRIVATE
18
${CMAKE_CURRENT_SOURCE_DIR}/../Test
19
${CMAKE_CURRENT_BINARY_DIR}/../Test
20
)