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-arm-next-allmodconfig in repository toolchain/ci/llvm-project.
from 87ca22cba2fa [Support] Attempt to fix deadlock in ThreadGroup adds e68f640deecc [ELF][PPC32] Make R_PPC32_PLTREL retain .got adds 9fb79e6940b2 [PowerPC] Handle base load with reservation mnemonic adds c446ac46746e [Passes] Fix relative lookup table converter pass adds d96358a28193 [compiler-rt] Increase kDlsymAllocPoolSize to fix test failures adds d4a57c84834c workflows: Update workaround for lldb on Mac OS new cd4ebb2918ae [LazyCallGraph] Skip blockaddresses new 578e500fe5ba [Sparc] Create an error when `__builtin_longjmp` is used
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: .github/workflows/lldb-tests.yml | 4 +- clang/lib/Basic/Targets/Sparc.h | 3 - clang/test/Sema/builtin-longjmp.c | 2 +- compiler-rt/lib/asan/asan_malloc_linux.cpp | 2 +- lld/ELF/Relocations.cpp | 4 +- lld/test/ELF/ppc32-ifunc-nonpreemptible-pic.s | 6 +- lld/test/ELF/ppc32-reloc-pltrel.s | 35 ++++++++++ llvm/include/llvm/Analysis/LazyCallGraph.h | 24 +------ llvm/lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp | 12 +++- .../Transforms/Utils/RelLookupTableConverter.cpp | 4 ++ llvm/test/Analysis/LazyCallGraph/blockaddress.ll | 28 ++++++++ llvm/test/CodeGen/PowerPC/inline-asm-label.ll | 36 ++++++++++ llvm/test/MC/PowerPC/ppc64-encoding-bookII.s | 16 +++++ llvm/test/MC/PowerPC/ppc64-errors.s | 4 ++ .../IPConstantProp/dangling-block-address.ll | 58 ++++++---------- llvm/test/Transforms/Attributor/liveness.ll | 12 ++-- .../X86/relative_lookup_table.ll | 80 ++++++++++++++++++++++ llvm/unittests/Analysis/LazyCallGraphTest.cpp | 3 +- 18 files changed, 256 insertions(+), 77 deletions(-) create mode 100644 lld/test/ELF/ppc32-reloc-pltrel.s create mode 100644 llvm/test/Analysis/LazyCallGraph/blockaddress.ll