This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from f13376ab1 Simplify logic to find the last executable segment. NFC. new 3ba39c73a [ELF] Record created ThunkSections in InputSectionDescription [NFC]. new 2c7050826 [ELF] Pre-create ThunkSections at Target specific intervals
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/Arch/ARM.cpp | 31 +++++ ELF/LinkerScript.h | 5 + ELF/Relocations.cpp | 227 ++++++++++++++++++++----------------- ELF/Relocations.h | 32 +++--- ELF/SyntheticSections.cpp | 2 + ELF/Target.h | 4 + test/ELF/arm-thumb-thunk-symbols.s | 6 +- 7 files changed, 184 insertions(+), 123 deletions(-)