Following up on https://reviews.llvm.org/D94360, this patch splits the serialization code into multiple source files to provide a better structure and allow parallel compilation. Reviewed By: antiagainst Differential Revision: https://reviews.llvm.org/D95855
18 lines
249 B
CMake
18 lines
249 B
CMake
add_mlir_translation_library(MLIRSPIRVSerialization
|
|
Serialization.cpp
|
|
Serializer.cpp
|
|
SerializeOps.cpp
|
|
|
|
DEPENDS
|
|
MLIRSPIRVSerializationGen
|
|
|
|
LINK_LIBS PUBLIC
|
|
MLIRIR
|
|
MLIRSPIRV
|
|
MLIRSPIRVBinaryUtils
|
|
MLIRSupport
|
|
MLIRTranslation
|
|
)
|
|
|
|
|