[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 14:14:06 PDT 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL305592: Switch external cvtres.exe for llvm's own resource library. (authored by ecbeckmann).
Changed prior to commit:
https://reviews.llvm.org/D34265?vs=102847&id=102874#toc
Repository:
rL LLVM
https://reviews.llvm.org/D34265
Files:
lld/trunk/COFF/DriverUtils.cpp
lld/trunk/test/COFF/def-name.test
lld/trunk/test/COFF/dll.test
lld/trunk/test/COFF/dllimport-gc.test
lld/trunk/test/COFF/manifestinput.test
lld/trunk/test/COFF/noentry.test
lld/trunk/test/COFF/out.test
lld/trunk/test/COFF/resource.test
lld/trunk/test/lit.cfg
llvm/trunk/include/llvm/Object/WindowsResource.h
llvm/trunk/lib/Object/WindowsResource.cpp
llvm/trunk/tools/llvm-cvtres/llvm-cvtres.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34265.102874.patch
Type: text/x-patch
Size: 13633 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170616/8f70a242/attachment.bin>
More information about the llvm-commits
mailing list