Scott Linder
|
8b3c688d99
|
[BinaryFormat] Add MessagePack reader/writer
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
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@340457 91177308-0d34-0410-b5e6-96231b3b80d8
|
2018-08-22 21:42:50 +00:00 |
|