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
/
Tosa
/
CMakeLists.txt
blob
e5dd35d6dbcb7589513fd4ae9a439e4a215f213a
1
add_mlir_dialect_library(MLIRTosaTestPasses
2
TosaTestPasses.cpp
3
4
EXCLUDE_FROM_LIBMLIR
5
6
ADDITIONAL_HEADER_DIRS
7
${MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/Tosa/Transforms
8
9
DEPENDS
10
MLIRTosaPassIncGen
11
12
LINK_LIBS PUBLIC
13
MLIRFuncDialect
14
MLIRPass
15
MLIRTosaDialect
16
MLIRTransformUtils
17
)