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
/
NVGPU
/
CMakeLists.txt
blob
6b333bdb3c08cd3d3affa886d96db385a45ca65f
1
# Exclude tests from libMLIR.so
2
add_mlir_library(MLIRNVGPUTestPasses
3
TestNVGPUTransforms.cpp
4
5
EXCLUDE_FROM_LIBMLIR
6
7
LINK_LIBS PUBLIC
8
MLIRIR
9
MLIRAffineDialect
10
MLIRAnalysis
11
MLIRFuncDialect
12
MLIRGPUDialect
13
MLIRLLVMDialect
14
MLIRMemRefDialect
15
MLIRNVGPUDialect
16
MLIRNVGPUTransforms
17
MLIRPass
18
MLIRSCFDialect
19
MLIRTransformUtils
20
)
21