[PATCH] D34265: Switch external cvtres.exe for llvm's own resource library.In this patch, I flip the switch in DriverUtils from using the externalcvtres.exe tool to using the Windows Resource library in llvm.I also fixed a bug where .rsrc sections were...

Eric Beckmann via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 16 11:04:15 PDT 2017


ecbeckmann updated this revision to Diff 102847.
ecbeckmann marked 5 inline comments as done.
ecbeckmann added a comment.

Cleaned up style-related errors.  Also switched more tests to be cross-platform instead of windows only.

Updating D34265: Switch external cvtres.exe for llvm's own resource library.
============================================================================

In this patch, I flip the switch in DriverUtils from using the external
cvtres.exe tool to using the Windows Resource library in llvm.

I also fixed a bug where .rsrc sections were...


https://reviews.llvm.org/D34265

Files:
  lld/COFF/DriverUtils.cpp
  lld/test/COFF/def-name.test
  lld/test/COFF/dll.test
  lld/test/COFF/dllimport-gc.test
  lld/test/COFF/manifestinput.test
  lld/test/COFF/noentry.test
  lld/test/COFF/out.test
  lld/test/COFF/resource.test
  lld/test/lit.cfg
  llvm/include/llvm/Object/WindowsResource.h
  llvm/lib/Object/WindowsResource.cpp
  llvm/tools/llvm-cvtres/llvm-cvtres.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34265.102847.patch
Type: text/x-patch
Size: 13417 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170616/e1a19168/attachment.bin>


More information about the llvm-commits mailing list