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

Scott Linder via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 22 14:43:55 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL340457: [BinaryFormat] Add MessagePack reader/writer (authored by scott.linder, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D44429?vs=158598&id=162058#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D44429

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

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


More information about the llvm-commits mailing list