]> granicus.if.org Git - llvm/commit
Add functionality to cvtres to parse all entries in res file.
authorEric Beckmann <ecbeckmann@google.com>
Sat, 20 May 2017 01:49:19 +0000 (01:49 +0000)
committerEric Beckmann <ecbeckmann@google.com>
Sat, 20 May 2017 01:49:19 +0000 (01:49 +0000)
commit836dd8e1f01318ac7f1149d399ce36b064404cb4
tree30ec25383b77a589f59397760c85dc9306798581
parente60d79f9d722c7a66a11ac05e74b6437f82c8e87
Add functionality to cvtres to parse all entries in res file.

Summary: Added the new modules in the Object/ folder.  Updated the
llvm-cvtres interface as well, and added additional tests.

Subscribers: llvm-commits, mgorny

Differential Revision: https://reviews.llvm.org/D33180

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@303480 91177308-0d34-0410-b5e6-96231b3b80d8
15 files changed:
include/llvm/Object/Binary.h
include/llvm/Object/WindowsResource.h [new file with mode: 0644]
include/llvm/Support/BinaryStreamReader.h
include/llvm/Support/FileSystem.h
lib/Object/Binary.cpp
lib/Object/CMakeLists.txt
lib/Object/WindowsResource.cpp [new file with mode: 0644]
test/tools/llvm-cvtres/Inputs/cursor_small.bmp [new file with mode: 0644]
test/tools/llvm-cvtres/Inputs/okay_small.bmp [new file with mode: 0644]
test/tools/llvm-cvtres/Inputs/test_resource.rc [new file with mode: 0644]
test/tools/llvm-cvtres/Inputs/test_resource.res [new file with mode: 0644]
test/tools/llvm-cvtres/resource.test [new file with mode: 0644]
tools/llvm-cvtres/CMakeLists.txt
tools/llvm-cvtres/llvm-cvtres.cpp
tools/llvm-cvtres/llvm-cvtres.h