This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from f176081 [ELF/GC] Fix pending references to garbage collected sections. new c320e5b Update for llvm change. new 980b743 Create SyntheticSections.cpp.
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: ELF/CMakeLists.txt | 1 + ELF/InputSection.cpp | 91 --------------------------- ELF/InputSection.h | 52 --------------- ELF/OutputSections.h | 2 - ELF/SyntheticSections.cpp | 126 +++++++++++++++++++++++++++++++++++++ ELF/SyntheticSections.h | 74 ++++++++++++++++++++++ ELF/Writer.cpp | 1 + test/ELF/invalid/invalid-e_shnum.s | 2 +- 8 files changed, 203 insertions(+), 146 deletions(-) create mode 100644 ELF/SyntheticSections.cpp create mode 100644 ELF/SyntheticSections.h