[PATCH] D44429: [BinaryFormat] MessagePack reader/writer

Scott Linder via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 1 12:06:53 PDT 2018


scott.linder updated this revision to Diff 158598.
scott.linder added a comment.

Address feedback


https://reviews.llvm.org/D44429

Files:
  include/llvm/BinaryFormat/MsgPack.def
  include/llvm/BinaryFormat/MsgPack.h
  include/llvm/BinaryFormat/MsgPackReader.h
  include/llvm/BinaryFormat/MsgPackWriter.h
  lib/BinaryFormat/CMakeLists.txt
  lib/BinaryFormat/MsgPackReader.cpp
  lib/BinaryFormat/MsgPackWriter.cpp
  unittests/BinaryFormat/CMakeLists.txt
  unittests/BinaryFormat/MsgPackReaderTest.cpp
  unittests/BinaryFormat/MsgPackWriterTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44429.158598.patch
Type: text/x-patch
Size: 74902 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180801/a6bb3dae/attachment.bin>


More information about the llvm-commits mailing list