This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 3d6254d17 [MinGW] Support the --subsystem=val option in joined form new e3e59b9dd [COFF] Handle .eh_frame$symbol as associative comdat for MinGW new 2bce47dd9 [COFF] Strip section name suffix from mingw comdats
The 2 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/InputFiles.cpp | 9 ++++--- COFF/Writer.cpp | 8 ++++++- test/COFF/associative-comdat-mingw-i386.s | 37 +++++++++++++++++++++++++++++ test/COFF/eh_frame_suffix_sorting.s | 39 +++++++++++++++++++++++++++++++ 4 files changed, 89 insertions(+), 4 deletions(-) create mode 100644 test/COFF/associative-comdat-mingw-i386.s create mode 100644 test/COFF/eh_frame_suffix_sorting.s