This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 67cb2cc89 Partial support of SHT_GROUP without flag new af940acfb Untabify. new 3c906adeb [PPC64] Reland r351978 'Sort .toc sections accessed with smal [...]
The 2 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/PPC64.cpp | 9 ++ ELF/InputFiles.cpp | 2 +- ELF/InputFiles.h | 10 ++ ELF/Relocations.cpp | 3 + ELF/Target.h | 2 + ELF/Writer.cpp | 18 ++++ .../ELF/Inputs/ppc64-sort-small-cm-relocs-input2.s | 23 +++++ .../ELF/Inputs/ppc64-sort-small-cm-relocs-input3.s | 41 ++++++++ .../ELF/Inputs/ppc64-sort-small-cm-relocs-input4.s | 18 ++++ test/ELF/ppc64-sort-small-cm-relocs.s | 108 +++++++++++++++++++++ 10 files changed, 233 insertions(+), 1 deletion(-) create mode 100644 test/ELF/Inputs/ppc64-sort-small-cm-relocs-input2.s create mode 100644 test/ELF/Inputs/ppc64-sort-small-cm-relocs-input3.s create mode 100644 test/ELF/Inputs/ppc64-sort-small-cm-relocs-input4.s create mode 100644 test/ELF/ppc64-sort-small-cm-relocs.s