This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from d959ce98e COFF: Do not create SectionChunks for discarded comdat sections. new b5936f3be Revert r319090, "COFF: Do not create SectionChunks for discar [...]
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/Chunks.cpp | 11 +- COFF/Chunks.h | 21 +++- COFF/InputFiles.cpp | 262 ++++++++++++++------------------------------ COFF/InputFiles.h | 14 +-- COFF/MarkLive.cpp | 7 ++ COFF/SymbolTable.cpp | 66 +++++++---- COFF/SymbolTable.h | 5 +- COFF/Symbols.h | 1 + test/COFF/reloc-discarded.s | 1 + 9 files changed, 164 insertions(+), 224 deletions(-)