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-mainline-allmodconfig in repository toolchain/ci/llvm-project.
from d96358a28193 [compiler-rt] Increase kDlsymAllocPoolSize to fix test failures adds d4a57c84834c workflows: Update workaround for lldb on Mac OS adds cd4ebb2918ae [LazyCallGraph] Skip blockaddresses adds 578e500fe5ba [Sparc] Create an error when `__builtin_longjmp` is used adds c1b51f098751 [msan] Disabled test failing on new GLIBC adds 2c6c3e4b713b [asan] Fix "no matching function" on GCC adds bdd28a2a138f [sanitizer] Don't test __pthread_mutex_lock with GLIBC 2.34 adds 5b2990a6ff77 [ELF] #undef PPC to support GCC powerpc32 build new 59289a837b00 [AA] Handle callbr instructions in alias analysis new b40f07b048c4 [msan] Add stat-family interceptors on Linux new abc0cf92bb14 [sanitizer] Intercept lstat on Linux
The 3 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/msan/msan_interceptors.cpp | 30 +++++++---- .../sanitizer_platform_interceptors.h | 11 ++-- .../TestCases/Posix/unpoison-alternate-stack.cpp | 2 +- compiler-rt/test/lit.common.cfg.py | 2 +- compiler-rt/test/msan/preinit_array.cpp | 3 ++ .../TestCases/Linux/pthread_mutex.cpp | 7 ++- lld/ELF/Arch/PPC.cpp | 3 ++ llvm/include/llvm/Analysis/LazyCallGraph.h | 24 ++------- llvm/lib/Analysis/AliasAnalysis.cpp | 6 ++- llvm/test/Analysis/BasicAA/pr52735.ll | 29 +++++++++++ llvm/test/Analysis/LazyCallGraph/blockaddress.ll | 28 +++++++++++ .../IPConstantProp/dangling-block-address.ll | 58 ++++++++-------------- llvm/test/Transforms/Attributor/liveness.ll | 12 +++-- llvm/unittests/Analysis/LazyCallGraphTest.cpp | 3 +- 17 files changed, 137 insertions(+), 90 deletions(-) create mode 100644 llvm/test/Analysis/BasicAA/pr52735.ll create mode 100644 llvm/test/Analysis/LazyCallGraph/blockaddress.ll