This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 56d8e82 Remove an obsolete/duplicate part of a document. new 114543f Remove useless template so that Out<ELFT> becomes just Out. new d97dbab De-template OutputSectionFactory. new 6fb9f3b Move SymbolTable<ELFT>::Sections out of the class. new 1d981ca Update comments. Now thunks are synthetic sections. new cb3810e De-template InterpSection because it doesn't use ELFT.
The 5 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: ELF/Driver.cpp | 22 +++++------ ELF/ICF.cpp | 7 ++-- ELF/InputSection.cpp | 18 +++++---- ELF/InputSection.h | 3 ++ ELF/LinkerScript.cpp | 17 ++++----- ELF/LinkerScript.h | 6 +-- ELF/MarkLive.cpp | 2 +- ELF/OutputSections.cpp | 36 +++++++++++++----- ELF/OutputSections.h | 28 +++----------- ELF/Relocations.cpp | 2 +- ELF/SymbolTable.h | 2 - ELF/Symbols.cpp | 4 +- ELF/SyntheticSections.cpp | 35 ++++++++---------- ELF/SyntheticSections.h | 8 +--- ELF/Target.cpp | 2 +- ELF/Writer.cpp | 94 +++++++++++++++++++++++------------------------ 16 files changed, 137 insertions(+), 149 deletions(-)