This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e60d79f9d72 Fix breakage after r303461 new 836dd8e1f01 Add functionality to cvtres to parse all entries in res file.
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/Object/Binary.h | 4 + include/llvm/Object/WindowsResource.h | 82 +++++++++++++++++ include/llvm/Support/BinaryStreamReader.h | 1 - include/llvm/Support/FileSystem.h | 2 +- lib/Object/Binary.cpp | 4 +- lib/Object/CMakeLists.txt | 1 + lib/Object/WindowsResource.cpp | 92 +++++++++++++++++++ .../Inputs}/cursor_small.bmp | Bin .../Inputs}/okay_small.bmp | Bin .../Inputs}/test_resource.rc | 0 .../Inputs}/test_resource.res | Bin test/tools/llvm-cvtres/resource.test | 7 ++ tools/llvm-cvtres/CMakeLists.txt | 1 + tools/llvm-cvtres/llvm-cvtres.cpp | 102 ++++++++++++++++++++- tools/llvm-cvtres/llvm-cvtres.h | 6 ++ 15 files changed, 296 insertions(+), 6 deletions(-) create mode 100644 include/llvm/Object/WindowsResource.h create mode 100644 lib/Object/WindowsResource.cpp copy test/tools/{llvm-readobj/Inputs/resources => llvm-cvtres/Inputs}/cursor_small [...] copy test/tools/{llvm-readobj/Inputs/resources => llvm-cvtres/Inputs}/okay_small.b [...] copy test/tools/{llvm-readobj/Inputs/resources => llvm-cvtres/Inputs}/test_resourc [...] copy test/tools/{llvm-readobj/Inputs/resources => llvm-cvtres/Inputs}/test_resourc [...] create mode 100644 test/tools/llvm-cvtres/resource.test