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
/
DLTI
/
CMakeLists.txt
blob
fddc3e342e0ac9c28aab25319dd56d5b814455e9
1
# Exclude tests from libMLIR.so
2
add_mlir_library(MLIRDLTITestPasses
3
TestDataLayoutQuery.cpp
4
5
EXCLUDE_FROM_LIBMLIR
6
7
LINK_LIBS PUBLIC
8
MLIRDLTIDialect
9
MLIRPass
10
MLIRTestDialect
11
)
12
13
target_include_directories(MLIRDLTITestPasses
14
PRIVATE
15
${CMAKE_CURRENT_SOURCE_DIR}/../Test
16
${CMAKE_CURRENT_BINARY_DIR}/../Test
17
)