This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 5ba7733e4 [WebAssembly] Fix undefined weak function symbols in LTO builds new 25db38eac lld-link: Add test I forgot to add in 332012 new cf47f8dd1 lld/coff: Implement some support for the comdat selection field
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 | 137 +++++++++++++++++++++-- COFF/InputFiles.h | 2 + COFF/SymbolTable.cpp | 9 +- COFF/SymbolTable.h | 3 +- test/COFF/color-diagnostics.test | 18 +++ test/COFF/comdat-selection-associative-largest.s | 45 ++++++++ test/COFF/comdat-selection.s | 87 ++++++++++++++ 7 files changed, 285 insertions(+), 16 deletions(-) create mode 100644 test/COFF/color-diagnostics.test create mode 100644 test/COFF/comdat-selection-associative-largest.s create mode 100644 test/COFF/comdat-selection.s