This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 1590c1138 Recover elf32-bigmips and elf32-powerpc support in LLD new 14aa57da0 ELF: Allow GOT relocs pointing to non-preemptable ifunc to re [...]
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 | 6 - ELF/Relocations.cpp | 248 ++++++++++++++++++++-------- ELF/Relocations.h | 10 +- ELF/Symbols.cpp | 10 +- ELF/Symbols.h | 10 +- ELF/SyntheticSections.cpp | 5 +- ELF/Writer.cpp | 2 + test/ELF/Inputs/gnu-ifunc-canon-ro-abs.s | 2 + test/ELF/Inputs/gnu-ifunc-canon-ro-pcrel.s | 2 + test/ELF/Inputs/gnu-ifunc-canon-rw-addend.s | 2 + test/ELF/aarch64-gnu-ifunc-address-pie.s | 7 +- test/ELF/aarch64-gnu-ifunc-address.s | 15 +- test/ELF/aarch64-gnu-ifunc2.s | 9 +- test/ELF/aarch64-gnu-ifunc3.s | 7 +- test/ELF/gnu-ifunc-canon.s | 92 +++++++++++ test/ELF/gnu-ifunc-i386.s | 35 +++- 16 files changed, 345 insertions(+), 117 deletions(-) create mode 100644 test/ELF/Inputs/gnu-ifunc-canon-ro-abs.s create mode 100644 test/ELF/Inputs/gnu-ifunc-canon-ro-pcrel.s create mode 100644 test/ELF/Inputs/gnu-ifunc-canon-rw-addend.s create mode 100644 test/ELF/gnu-ifunc-canon.s