This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 93bb30da3ff [llvm-rc] Serialize VERSIONINFO resources to .res files. new 84ad96bc3f0 [llvm-rc] Serialize STRINGTABLE statements to .res file.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: test/tools/llvm-rc/Inputs/tag-stringtable-basic.rc | 45 ++++++ .../llvm-rc/Inputs/tag-stringtable-same-ids.rc | 5 + test/tools/llvm-rc/tag-stringtable.test | 170 +++++++++++++++++++++ tools/llvm-rc/ResourceFileWriter.cpp | 123 ++++++++++++++- tools/llvm-rc/ResourceFileWriter.h | 28 ++++ tools/llvm-rc/ResourceScriptStmt.h | 10 +- tools/llvm-rc/ResourceVisitor.h | 1 + tools/llvm-rc/llvm-rc.cpp | 5 + 8 files changed, 378 insertions(+), 9 deletions(-) create mode 100644 test/tools/llvm-rc/Inputs/tag-stringtable-basic.rc create mode 100644 test/tools/llvm-rc/Inputs/tag-stringtable-same-ids.rc create mode 100644 test/tools/llvm-rc/tag-stringtable.test