1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/tools/llvm-rc
Zachary Turner 3dd4f77b2e [llvm-rc] Serialize STRINGTABLE statements to .res file.
This allows llvm-rc to serialize STRINGTABLE resources.

These are output in an unusual way: we locate them at the end of the
file, and strings are merged into bundles of max 16 strings, depending
on their IDs, language, and characteristics.

Ref: msdn.microsoft.com/en-us/library/windows/desktop/aa381050.aspx

Patch by: Marek Sokolowski
Differential Revision: https://reviews.llvm.org/D38420

llvm-svn: 315112
2017-10-06 21:30:55 +00:00
..
CMakeLists.txt [llvm-rc] Serialize HTML resources to .res files (serialization, pt 1). 2017-09-29 17:14:09 +00:00
llvm-rc.cpp [llvm-rc] Serialize STRINGTABLE statements to .res file. 2017-10-06 21:30:55 +00:00
LLVMBuild.txt
Opts.td [llvm-rc] Serialize HTML resources to .res files (serialization, pt 1). 2017-09-29 17:14:09 +00:00
ResourceFileWriter.cpp [llvm-rc] Serialize STRINGTABLE statements to .res file. 2017-10-06 21:30:55 +00:00
ResourceFileWriter.h [llvm-rc] Serialize STRINGTABLE statements to .res file. 2017-10-06 21:30:55 +00:00
ResourceScriptParser.cpp [llvm-rc] Serialize VERSIONINFO resources to .res files. 2017-10-06 21:26:06 +00:00
ResourceScriptParser.h [llvm-rc] Serialize VERSIONINFO resources to .res files. 2017-10-06 21:26:06 +00:00
ResourceScriptStmt.cpp [llvm-rc] Serialize VERSIONINFO resources to .res files. 2017-10-06 21:26:06 +00:00
ResourceScriptStmt.h [llvm-rc] Serialize STRINGTABLE statements to .res file. 2017-10-06 21:30:55 +00:00
ResourceScriptToken.cpp [llvm-rc] Serialize VERSIONINFO resources to .res files. 2017-10-06 21:26:06 +00:00
ResourceScriptToken.h [llvm-rc] Serialize VERSIONINFO resources to .res files. 2017-10-06 21:26:06 +00:00
ResourceScriptTokenList.h Add .rc scripts tokenizer. 2017-08-10 16:21:44 +00:00
ResourceVisitor.h [llvm-rc] Serialize STRINGTABLE statements to .res file. 2017-10-06 21:30:55 +00:00