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
[libc++][NFC] Simplify the implementation of string and string_views operator== ...
[llvm-project.git]
/
mlir
/
lib
/
Target
/
SPIRV
/
Serialization
/
CMakeLists.txt
blob
e912efee08763262f0f2436c2878061a4edff33c
1
add_mlir_translation_library(MLIRSPIRVSerialization
2
Serialization.cpp
3
Serializer.cpp
4
SerializeOps.cpp
5
6
DEPENDS
7
MLIRSPIRVSerializationGen
8
9
LINK_LIBS PUBLIC
10
MLIRIR
11
MLIRSPIRVDialect
12
MLIRSPIRVBinaryUtils
13
MLIRSupport
14
MLIRTranslateLib
15
)