This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 6f02c25 ELF: Simplify; addOptionalSynthetic() does not need to return [...] new 5e37fda [ELF] Add support for thunks to undefined non-weak symbols
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/LTO.cpp | 15 ++++++++---- ELF/LTO.h | 2 +- ELF/SymbolTable.cpp | 6 ++--- ELF/Symbols.cpp | 12 ++++++++-- ELF/Symbols.h | 11 +++++++-- ELF/Target.cpp | 7 ++++-- ELF/Thunks.cpp | 2 ++ test/ELF/arm-thumb-interwork-shared.s | 44 +++++++++++++++++++++++++++++++++++ 9 files changed, 85 insertions(+), 16 deletions(-) create mode 100644 test/ELF/arm-thumb-interwork-shared.s