summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/BinaryFormat/MsgPackWriterTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix comparison of char and int64 in TestWriteFixNegativeIntVitaly Buka2018-08-231-1/+1
| | | | | | It was broken on clang-ppc64le-linux-lnt bot. llvm-svn: 340517
* [BinaryFormat] Add MessagePack reader/writerScott Linder2018-08-221-0/+523
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
OpenPOWER on IntegriCloud