This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 14a899f85 Rename NonLocal -> Global. new 6a5217e24 [ELF] Fix X86 & X86_64 PLT retpoline padding
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.cpp | 33 +++++++------ ELF/Arch/X86_64.cpp | 19 +++++--- test/ELF/i386-retpoline-nopic-linkerscript.s | 67 +++++++++++++++++++++++++++ test/ELF/i386-retpoline-pic-linkerscript.s | 64 +++++++++++++++++++++++++ test/ELF/x86-64-retpoline-linkerscript.s | 67 +++++++++++++++++++++++++++ test/ELF/x86-64-retpoline-znow-linkerscript.s | 54 +++++++++++++++++++++ 6 files changed, 284 insertions(+), 20 deletions(-) create mode 100644 test/ELF/i386-retpoline-nopic-linkerscript.s create mode 100644 test/ELF/i386-retpoline-pic-linkerscript.s create mode 100644 test/ELF/x86-64-retpoline-linkerscript.s create mode 100644 test/ELF/x86-64-retpoline-znow-linkerscript.s