This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 76c8745 Make InputSection a class. NFC. new d53c03f Convert EhOutputSection to be a synthetic section.
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/InputSection.cpp | 4 +- ELF/InputSection.h | 2 + ELF/OutputSections.cpp | 219 +--------------------------------------------- ELF/OutputSections.h | 48 ---------- ELF/Relocations.h | 1 - ELF/SyntheticSections.cpp | 215 ++++++++++++++++++++++++++++++++++++++++++++- ELF/SyntheticSections.h | 52 +++++++++++ ELF/Writer.cpp | 18 ++-- test/ELF/map-file.s | 1 + 9 files changed, 282 insertions(+), 278 deletions(-)