This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 352808165 [ELF] Set p_memsz to p_filesz when aligning the last segment [...] new e7527a767 COFF: handle multiply defined symbols with different storage
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/InputFiles.cpp | 16 ++++++++-------- COFF/SymbolTable.cpp | 20 ++++++++++++-------- test/COFF/Inputs/alpha.ll | 9 +++++++++ test/COFF/Inputs/beta.ll | 7 +++++++ test/COFF/Inputs/gamma.ll | 14 ++++++++++++++ test/COFF/duplicate.test | 12 ++++++++++++ 6 files changed, 62 insertions(+), 16 deletions(-) create mode 100644 test/COFF/Inputs/alpha.ll create mode 100644 test/COFF/Inputs/beta.ll create mode 100644 test/COFF/Inputs/gamma.ll create mode 100644 test/COFF/duplicate.test