This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 5934900bd [WebAssemlby] Set IsUsedInRegularObj correctly for undefined [...] new 000227c08 Implement framework for linking split-stack object files, and [...]
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/Arch/X86_64.cpp | 36 ++++++ ELF/InputFiles.cpp | 23 +++- ELF/InputFiles.h | 8 ++ ELF/InputSection.cpp | 123 +++++++++++++++++++- ELF/InputSection.h | 16 ++- ELF/Target.cpp | 6 + ELF/Target.h | 7 ++ test/ELF/Inputs/x86-64-split-stack-main.s | 16 +++ test/ELF/splitstacks.s | 11 -- test/ELF/x86-64-split-stack-prologue-adjust-fail.s | 31 ++++++ .../x86-64-split-stack-prologue-adjust-silent.s | 32 ++++++ .../x86-64-split-stack-prologue-adjust-success.s | 124 +++++++++++++++++++++ 12 files changed, 409 insertions(+), 24 deletions(-) create mode 100644 test/ELF/Inputs/x86-64-split-stack-main.s delete mode 100644 test/ELF/splitstacks.s create mode 100644 test/ELF/x86-64-split-stack-prologue-adjust-fail.s create mode 100644 test/ELF/x86-64-split-stack-prologue-adjust-silent.s create mode 100644 test/ELF/x86-64-split-stack-prologue-adjust-success.s