This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 80c3d0d74 Add a comment about ELF spec and the symbol table's sh_info. new a284e20b6 COFF: Move assignment of section RVAs to assignAddresses(). NFCI. new 4547677d2 COFF: Implement string tail merging.
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/Chunks.cpp | 42 +++++++++++++++++++++ COFF/Chunks.h | 32 ++++++++++++++++ COFF/ICF.cpp | 6 +++ COFF/InputFiles.cpp | 15 ++++++-- COFF/InputFiles.h | 3 +- COFF/MapFile.cpp | 2 +- COFF/PDB.cpp | 2 +- COFF/Writer.cpp | 63 +++++++++++++------------------ COFF/Writer.h | 6 +-- test/COFF/string-tail-merge.s | 87 +++++++++++++++++++++++++++++++++++++++++++ 10 files changed, 210 insertions(+), 48 deletions(-) create mode 100644 test/COFF/string-tail-merge.s