mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:12:47 +01:00
c46ffa9c82
Add support for reading and writing MessagePack, a binary object serialization format which aims to be more compact than text formats like JSON or YAML. The specification can be found at https://github.com/msgpack/msgpack/blob/master/spec.md Will be used for encoding metadata in AMDGPU code objects. Differential Revision: https://reviews.llvm.org/D44429 llvm-svn: 340457
12 lines
187 B
CMake
12 lines
187 B
CMake
add_llvm_library(LLVMBinaryFormat
|
|
Dwarf.cpp
|
|
Magic.cpp
|
|
MsgPackReader.cpp
|
|
MsgPackWriter.cpp
|
|
Wasm.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/BinaryFormat
|
|
)
|
|
|