This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from ee23991a3 [lld] Fix vs-diagnostics-version-script test. NFC. new 0c814a769 [ELF][PPC] Refactor some ppc64 tests
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 | 1 + test/ELF/ppc64-gd-to-ie.s | 100 -------------------- test/ELF/ppc64-general-dynamic-tls.s | 112 ----------------------- test/ELF/ppc64-initial-exec-tls.s | 102 --------------------- test/ELF/ppc64-plt-stub.s | 59 +++++++----- test/ELF/ppc64-tls-gd-le-small.s | 61 ------------- test/ELF/ppc64-tls-gd-le.s | 79 ---------------- test/ELF/ppc64-tls-gd.s | 102 +++++++++++++++++++++ test/ELF/ppc64-tls-ie-le.s | 140 ---------------------------- test/ELF/ppc64-tls-ie.s | 171 +++++++++++++++++++++++++++++++++++ 10 files changed, 308 insertions(+), 619 deletions(-) delete mode 100644 test/ELF/ppc64-gd-to-ie.s delete mode 100644 test/ELF/ppc64-general-dynamic-tls.s delete mode 100644 test/ELF/ppc64-initial-exec-tls.s delete mode 100644 test/ELF/ppc64-tls-gd-le-small.s delete mode 100644 test/ELF/ppc64-tls-gd-le.s create mode 100644 test/ELF/ppc64-tls-gd.s delete mode 100644 test/ELF/ppc64-tls-ie-le.s create mode 100644 test/ELF/ppc64-tls-ie.s