This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 41cf1f1 [ELF] Fixed formatting. NFC new 1a0ca79 [ELF][ARM] Use SyntheticSections for Thunks
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/InputFiles.cpp | 2 +- ELF/InputSection.cpp | 37 ------- ELF/InputSection.h | 13 --- ELF/LTO.cpp | 15 +-- ELF/LTO.h | 2 +- ELF/Relocations.cpp | 140 ++++++++++++++++++++----- ELF/Relocations.h | 3 - ELF/SymbolTable.cpp | 6 +- ELF/Symbols.cpp | 38 +------ ELF/Symbols.h | 20 +--- ELF/SyntheticSections.cpp | 26 +++++ ELF/SyntheticSections.h | 20 ++++ ELF/Target.cpp | 47 ++++----- ELF/Target.h | 15 +-- ELF/Thunks.cpp | 178 ++++++++++++++++---------------- ELF/Thunks.h | 38 +++---- ELF/Writer.cpp | 12 +-- test/ELF/arm-thumb-interwork-shared.s | 7 +- test/ELF/arm-thumb-interwork-thunk.s | 185 +++++++++++++++++----------------- test/ELF/mips-npic-call-pic.s | 169 ++++++++++++++++--------------- 20 files changed, 509 insertions(+), 464 deletions(-)