This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 5542545ce [WebAssembly] Initialize memory in start function new 15e93788c [LLD] [COFF] Implement MinGW default manifest handling
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: COFF/DriverUtils.cpp | 4 ++- test/COFF/Inputs/manifest-lang0.res | Bin 0 -> 80 bytes test/COFF/Inputs/manifest-lang0.yaml | 21 ++++++++++++ test/COFF/Inputs/manifest-lang1.res | Bin 0 -> 80 bytes test/COFF/Inputs/manifest-lang1.yaml | 21 ++++++++++++ test/COFF/Inputs/manifest-lang2.res | Bin 0 -> 80 bytes test/COFF/Inputs/manifest-lang2.yaml | 21 ++++++++++++ test/COFF/merge-resource-manifest.test | 61 +++++++++++++++++++++++++++++++++ 8 files changed, 127 insertions(+), 1 deletion(-) create mode 100644 test/COFF/Inputs/manifest-lang0.res create mode 100644 test/COFF/Inputs/manifest-lang0.yaml create mode 100644 test/COFF/Inputs/manifest-lang1.res create mode 100644 test/COFF/Inputs/manifest-lang1.yaml create mode 100644 test/COFF/Inputs/manifest-lang2.res create mode 100644 test/COFF/Inputs/manifest-lang2.yaml create mode 100644 test/COFF/merge-resource-manifest.test