This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 1b68a4c56 [LLD][COFF] Fix ordering of CRT global initializers in COMDAT [...] new 304e994cc [COFF] Cope with GCC produced weak aliases referring to comda [...] new fe7c54fda [docs] Mention some notable feature in the release notes new ac9b2d98f [COFF] Do MinGW specific entry/subsystem inference
The 3 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/Driver.cpp | 7 +++ COFF/InputFiles.cpp | 7 +++ docs/ReleaseNotes.rst | 15 +++++++ test/COFF/Inputs/inline-weak.o | Bin 0 -> 1625 bytes test/COFF/Inputs/inline-weak2.o | Bin 0 -> 1389 bytes test/COFF/comdat-weak.test | 82 ++++++++++++++++++++++++++++++++++ test/COFF/entry-inference-mingw.s | 44 ++++++++++++++++++ test/COFF/subsystem-inference-mingw.s | 17 +++++++ 8 files changed, 172 insertions(+) create mode 100644 test/COFF/Inputs/inline-weak.o create mode 100644 test/COFF/Inputs/inline-weak2.o create mode 100644 test/COFF/comdat-weak.test create mode 100644 test/COFF/entry-inference-mingw.s create mode 100644 test/COFF/subsystem-inference-mingw.s