[PATCH] D33180: Add functionality to cvtres to parse all entries in res file.

Eric Beckmann via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 17 17:54:40 PDT 2017


ecbeckmann updated this revision to Diff 99379.
ecbeckmann marked 19 inline comments as done.
ecbeckmann added a comment.
Herald added subscribers: dschuff, jfb.

Updated error output to be more informative, also made more clear naming scheme, removed inlines, and made use of helper functions.


https://reviews.llvm.org/D33180

Files:
  llvm/include/llvm/Object/Binary.h
  llvm/include/llvm/Object/WindowsResource.h
  llvm/include/llvm/Support/BinaryStreamReader.h
  llvm/include/llvm/Support/FileSystem.h
  llvm/lib/Object/Binary.cpp
  llvm/lib/Object/CMakeLists.txt
  llvm/lib/Object/WindowsResource.cpp
  llvm/lib/Support/BinaryStreamReader.cpp
  llvm/test/tools/llvm-cvtres/Inputs/cursor_small.bmp
  llvm/test/tools/llvm-cvtres/Inputs/okay_small.bmp
  llvm/test/tools/llvm-cvtres/Inputs/test_resource.rc
  llvm/test/tools/llvm-cvtres/Inputs/test_resource.res
  llvm/test/tools/llvm-cvtres/resource.test
  llvm/tools/llvm-cvtres/CMakeLists.txt
  llvm/tools/llvm-cvtres/Error.cpp
  llvm/tools/llvm-cvtres/Error.h
  llvm/tools/llvm-cvtres/ResCOFFWriter.h
  llvm/tools/llvm-cvtres/llvm-cvtres.cpp
  llvm/tools/llvm-cvtres/llvm-cvtres.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33180.99379.patch
Type: text/x-patch
Size: 23178 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170518/2d1bcdda/attachment.bin>


More information about the llvm-commits mailing list