This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6bca79c Set default CPU for OpenBSD/arm to Cortex-A8 new 54a7acb [PDB] Add BinaryStreamError.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/DebugInfo/MSF/BinaryByteStream.h | 27 ++++------- include/llvm/DebugInfo/MSF/BinaryItemStream.h | 10 ++-- include/llvm/DebugInfo/MSF/BinaryStream.h | 10 ++++ include/llvm/DebugInfo/MSF/BinaryStreamError.h | 47 ++++++++++++++++++ include/llvm/DebugInfo/MSF/BinaryStreamReader.h | 21 ++++---- include/llvm/DebugInfo/MSF/BinaryStreamRef.h | 30 +++++++----- include/llvm/DebugInfo/MSF/BinaryStreamWriter.h | 6 +-- lib/DebugInfo/MSF/BinaryStreamError.cpp | 58 +++++++++++++++++++++++ lib/DebugInfo/MSF/BinaryStreamReader.cpp | 7 ++- lib/DebugInfo/MSF/CMakeLists.txt | 1 + lib/DebugInfo/MSF/MappedBlockStream.cpp | 26 ++++------ lib/DebugInfo/PDB/Native/PDBFile.cpp | 9 ++-- unittests/DebugInfo/PDB/MappedBlockStreamTest.cpp | 12 ++--- 13 files changed, 184 insertions(+), 80 deletions(-) create mode 100644 include/llvm/DebugInfo/MSF/BinaryStreamError.h create mode 100644 lib/DebugInfo/MSF/BinaryStreamError.cpp