diff options
author | Rui Ueyama <ruiu@google.com> | 2013-10-24 01:39:43 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2013-10-24 01:39:43 +0000 |
commit | b32b95d814704b1e1a13240ab74d5a4b6f5594cb (patch) | |
tree | 941bb486752e68b3dadaa6d3d488b233fbf660dc /clang/lib/Lex/ModuleMap.cpp | |
parent | 37a45ddfbd36e2b0ef1736e6878eb28662e32dd5 (diff) | |
download | llvm-b32b95d814704b1e1a13240ab74d5a4b6f5594cb.zip llvm-b32b95d814704b1e1a13240ab74d5a4b6f5594cb.tar.gz llvm-b32b95d814704b1e1a13240ab74d5a4b6f5594cb.tar.bz2 |
[PECOFF] Support embedding resource file into executable.
Instead of making the linker to create a manifest XML file in the same
directory as the resulting binary, you can embed the XML as a part of
resource into the executable.
In order to do that, the linker first creates a resource script file containing
the XML file, compile it into a binary resource file with RC.EXE, and then
convert it to a COFF file with CVTRES.EXE.
llvm-svn: 193298
Diffstat (limited to 'clang/lib/Lex/ModuleMap.cpp')
0 files changed, 0 insertions, 0 deletions