This is an archive of the discontinued LLVM Phabricator instance.

[llvm-rc] Serialize STRINGTABLE statements to .res files (serialization, pt 8).
ClosedPublic

Authored by mnbvmar on Sep 29 2017, 12:32 PM.

Details

Summary

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

Diff Detail

Repository
rL LLVM