This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 3da143c78 Fix an error message. It must start with a lowercase letter. new 7a3f8e5e4 Reset input section pointers to null on each linker invocation.
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: ELF/Arch/AArch64.cpp | 6 +- ELF/Arch/ARM.cpp | 8 +- ELF/Arch/Mips.cpp | 8 +- ELF/Arch/PPC64.cpp | 4 +- ELF/Arch/X86.cpp | 18 ++-- ELF/Arch/X86_64.cpp | 10 +- ELF/Driver.cpp | 8 +- ELF/InputFiles.cpp | 6 +- ELF/InputSection.cpp | 52 +++++----- ELF/LinkerScript.cpp | 14 +-- ELF/MapFile.cpp | 4 +- ELF/OutputSections.cpp | 6 +- ELF/Relocations.cpp | 98 +++++++++--------- ELF/Symbols.cpp | 10 +- ELF/SyntheticSections.cpp | 205 ++++++++++++++++-------------------- ELF/SyntheticSections.h | 68 ++++++------ ELF/Writer.cpp | 259 ++++++++++++++++++++++++---------------------- 17 files changed, 388 insertions(+), 396 deletions(-)