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
/
SPIRV
/
CMakeLists.txt
blob
11760da0005cc8867cb0dc6c29e6be7e083e3316
1
# Exclude tests from libMLIR.so
2
add_mlir_library(MLIRSPIRVTestPasses
3
TestAvailability.cpp
4
TestEntryPointAbi.cpp
5
TestModuleCombiner.cpp
6
7
EXCLUDE_FROM_LIBMLIR
8
9
ADDITIONAL_HEADER_DIRS
10
${MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/SPIRV
11
${MLIR_MAIN_INCLUDE_DIR}/mlir/IR
12
13
LINK_LIBS PUBLIC
14
MLIRGPUDialect
15
MLIRIR
16
MLIRPass
17
MLIRSPIRVDialect
18
MLIRSPIRVConversion
19
MLIRSPIRVModuleCombiner
20
MLIRSupport
21
)