This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 6d2b0b2fa [ELF] Recommit 327248 with Arm using the .got for _GLOBAL_OFF [...] new 7fa611f53 [ELF] Add basic support for PPC LE
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 | 49 +++++++ ELF/SyntheticSections.cpp | 8 +- ELF/Target.h | 4 + ELF/Writer.cpp | 8 +- test/ELF/basic-ppc64.s | 323 ++++++++++++++++++++++++++++++++++++++++++++++ test/ELF/basic64be.s | 3 +- test/ELF/emulation.s | 6 +- 7 files changed, 395 insertions(+), 6 deletions(-) create mode 100644 test/ELF/basic-ppc64.s