[PATCH] D48175: [BinaryFormat] Add MsgPackTypes
Scott Linder via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 14 09:41:08 PDT 2018
scott.linder created this revision.
Herald added subscribers: llvm-commits, tpr, mgorny.
Add data structure to represent MessagePack "documents" and convert to/from both MessagePack and YAML encodings.
This patch is part of a series required for AMDGPU to support it's new MessagePack metadata.
Repository:
rL LLVM
https://reviews.llvm.org/D48175
Files:
include/llvm/BinaryFormat/MsgPackTypes.h
lib/BinaryFormat/CMakeLists.txt
lib/BinaryFormat/MsgPackTypes.cpp
unittests/BinaryFormat/CMakeLists.txt
unittests/BinaryFormat/MsgPackTypesTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48175.151366.patch
Type: text/x-patch
Size: 30680 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180614/7fec4afc/attachment-0001.bin>
More information about the llvm-commits
mailing list