This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from eb85c6911 [LLD][ELF] - Simplify Call-Chain Clustering implementation a bit. new 37db644fe [PPC64] Fix DQ-form instruction handling and emit error for m [...]
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/PPC64.cpp | 42 +++++++++++++++++++++++++++++------ test/ELF/ppc64-dq.s | 32 ++++++++++++++++++++++++++ test/ELF/ppc64-error-missaligned-dq.s | 26 ++++++++++++++++++++++ test/ELF/ppc64-error-missaligned-ds.s | 26 ++++++++++++++++++++++ 4 files changed, 119 insertions(+), 7 deletions(-) create mode 100644 test/ELF/ppc64-dq.s create mode 100644 test/ELF/ppc64-error-missaligned-dq.s create mode 100644 test/ELF/ppc64-error-missaligned-ds.s