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
[OpenACC] Create AST nodes for 'data' constructs
[llvm-project.git]
/
mlir
/
lib
/
Target
/
SPIRV
/
Deserialization
/
CMakeLists.txt
blob
6b35a126af169e575920c936066d9bec6f770b9c
1
add_mlir_translation_library(MLIRSPIRVDeserialization
2
DeserializeOps.cpp
3
Deserializer.cpp
4
Deserialization.cpp
5
6
DEPENDS
7
MLIRSPIRVSerializationGen
8
9
LINK_LIBS PUBLIC
10
MLIRIR
11
MLIRSPIRVDialect
12
MLIRSPIRVBinaryUtils
13
MLIRSupport
14
MLIRTranslateLib
15
)
16
17