This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 9881c65 Add a test showing that nocopyreloc is only about copy relocs. new 76c8745 Make InputSection a class. NFC.
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/Driver.cpp | 4 +-- ELF/GdbIndex.cpp | 4 +-- ELF/GdbIndex.h | 6 ++-- ELF/ICF.cpp | 52 +++++++++++++-------------- ELF/InputFiles.cpp | 36 +++++++++---------- ELF/InputSection.cpp | 89 +++++++++++++++++++++++++++++------------------ ELF/InputSection.h | 27 ++++++-------- ELF/LinkerScript.cpp | 6 ++-- ELF/LinkerScript.h | 4 +-- ELF/MapFile.cpp | 6 ++-- ELF/MarkLive.cpp | 10 +++--- ELF/OutputSections.cpp | 26 +++++++------- ELF/OutputSections.h | 4 +-- ELF/Relocations.cpp | 10 +++--- ELF/Relocations.h | 2 +- ELF/Symbols.cpp | 2 +- ELF/Symbols.h | 2 +- ELF/SyntheticSections.cpp | 40 ++++++++++----------- ELF/SyntheticSections.h | 30 ++++++++-------- ELF/Target.cpp | 6 ++-- ELF/Thunks.cpp | 6 ++-- ELF/Thunks.h | 2 +- ELF/Writer.cpp | 8 ++--- 23 files changed, 196 insertions(+), 186 deletions(-)