[PATCH] D34525: Replace trivial use of external rc.exe by writing our own .res file.

Eric Beckmann via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 22 12:00:53 PDT 2017


ecbeckmann created this revision.

This patch removes the dependency on the external rc.exe tool by writing a simple .res file using our own library.  In this patch I also added an explicit definition for the .res file magic.


https://reviews.llvm.org/D34525

Files:
  lld/COFF/DriverUtils.cpp
  llvm/include/llvm/BinaryFormat/COFF.h
  llvm/include/llvm/Object/WindowsResource.h
  llvm/lib/BinaryFormat/Magic.cpp
  llvm/lib/Object/WindowsResource.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34525.103616.patch
Type: text/x-patch
Size: 10217 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170622/54bde833/attachment.bin>


More information about the llvm-commits mailing list