This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 2437bf9 Reject zero-sized symbols when creating copy relocations. new 5751c40 Create a new file EhFrame.cpp and move code to read .eh_frame there.
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/CMakeLists.txt | 1 + ELF/EhFrame.cpp | 167 ++++++++++++++++++++++++++++++++++++ ELF/{SymbolListFile.h => EhFrame.h} | 17 ++-- ELF/InputSection.cpp | 20 +---- ELF/OutputSections.cpp | 100 +-------------------- 5 files changed, 178 insertions(+), 127 deletions(-) create mode 100644 ELF/EhFrame.cpp copy ELF/{SymbolListFile.h => EhFrame.h} (52%)