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

Scott Linder via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 27 12:54:02 PDT 2018


scott.linder updated this revision to Diff 139988.
scott.linder retitled this revision from "[Support][RFC] MessagePack reader/writer" to "[BinaryFormat][RFC] MessagePack reader/writer".
scott.linder added a comment.

Addressed feedback wrt. layering and testing. Moved library code from Support to BinaryFormat.


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.139988.patch
Type: text/x-patch
Size: 68221 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180327/39436991/attachment-0001.bin>


More information about the llvm-commits mailing list