This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 6db11fea5 [ELF] - Simplify. NFC. new 31f297161 [PPC64] Fix toc restore nops offset for V2 ABI
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/InputSection.cpp | 8 ++- test/ELF/Inputs/ppc64-func.s | 14 ++++++ test/ELF/ppc64-error-toc-restore.s | 14 ++++++ test/ELF/ppc64-error-toc-tail-call.s | 14 ++++++ test/ELF/ppc64-ifunc.s | 49 ++++++++++--------- test/ELF/ppc64-toc-restore.s | 87 ++++++++++++++++++--------------- test/ELF/ppc64-weak-undef-call-shared.s | 2 +- 7 files changed, 122 insertions(+), 66 deletions(-) create mode 100644 test/ELF/Inputs/ppc64-func.s create mode 100644 test/ELF/ppc64-error-toc-restore.s create mode 100644 test/ELF/ppc64-error-toc-tail-call.s