This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-aarch64-stable-defconfig in repository toolchain/ci/llvm-project.
from 11c3a5c0f98 Merging r360825: adds c743d72d7f5 Merging r354184: adds d44634951a4 Merging r353700: adds e31804dc85d Merging r353701: adds f0bd5981486 Merging r359606: new e3dc222bd3c Merging r353865, r353866, and r353874:
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: .../test/builtins/Unit/compiler_rt_logb_test.c | 7 ++++ lld/ELF/SyntheticSections.cpp | 5 +++ lld/test/ELF/ppc64-bsymbolic-toc-restore.s | 2 +- lld/test/ELF/ppc64-call-reach.s | 4 +- lld/test/ELF/ppc64-ifunc.s | 4 +- lld/test/ELF/ppc64-local-dynamic.s | 2 +- lld/test/ELF/ppc64-local-entry.s | 47 ++++++++++++++++++++++ lld/test/ELF/ppc64-plt-stub.s | 2 +- lld/test/ELF/ppc64-rel-calls.s | 5 +-- lld/test/ELF/ppc64-toc-restore-recursive-call.s | 2 +- lld/test/ELF/ppc64-toc-restore.s | 6 +-- lldb/lit/helper/build.py | 12 +++--- lldb/lit/helper/toolchain.py | 3 +- lldb/lit/lit.site.cfg.py.in | 1 + lldb/lit/tools/lldb-mi/lit.local.cfg | 2 + .../PowerPC/Disassembler/PPCDisassembler.cpp | 8 ++++ .../Target/PowerPC/InstPrinter/PPCInstPrinter.cpp | 7 +++- llvm/lib/Target/PowerPC/PPCInstrInfo.td | 2 + .../tools/llvm-objdump/PowerPC/branch-offset.s | 43 ++++++++++++++++++++ llvm/test/tools/llvm-objdump/PowerPC/lit.local.cfg | 2 + 20 files changed, 142 insertions(+), 24 deletions(-) create mode 100644 lld/test/ELF/ppc64-local-entry.s create mode 100644 lldb/lit/tools/lldb-mi/lit.local.cfg create mode 100644 llvm/test/tools/llvm-objdump/PowerPC/branch-offset.s create mode 100644 llvm/test/tools/llvm-objdump/PowerPC/lit.local.cfg