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-stable-allnoconfig in repository toolchain/ci/llvm-project.
from d597db1aebf2 libclang: also add a link to the announcement adds 703ee975d26a [AlignFromAssume] Bailout w/non-constant alignments (pr51680) adds bcb43617cb7f [NewPM] Add missing LTO ArgPromotion pass adds 73c36a9be558 [OpenMP][FIX] Allow declare variant to work with reference types adds 9e41dc71b8d4 [docs] Mention that the legacy PM is deprecated and will b [...] adds 7a4a5d413624 [Linker] Support weak symbols in nodeduplicate COMDAT group adds c8905f1bb304 [Orc] Enable debug object tests only on x86_64 hosts adds 1c3fcc8ae92e [libc++][NFC] Mark values in gdb pretty print comparison f [...] adds 3b1fa4aef006 [RISCV] Fix reporting of incorrect commutable operand indices adds 7f3d00c9b49b [libomptarget][amdcgn] Add build dependency for llvm-link and opt adds c45fa58f171e [libomptarget][amdcgn] Only add opt/llvm-link dependency i [...] new 181739213aa0 [docs] Update release notes with items related to Flang
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: clang/lib/AST/ASTContext.cpp | 8 + ...dump-openmp-begin-declare-variant_reference.cpp | 414 +++++++++++++++++++++ .../test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp | 4 + llvm/docs/ReleaseNotes.rst | 6 + llvm/lib/Linker/LinkModules.cpp | 22 +- llvm/lib/Passes/PassBuilder.cpp | 5 +- llvm/lib/Target/RISCV/RISCVInstrInfo.cpp | 2 +- .../Transforms/Scalar/AlignmentFromAssumptions.cpp | 4 + llvm/runtimes/CMakeLists.txt | 13 +- .../RISCV/rvv/commuted-op-indices-regression.mir | 45 +++ .../OrcLazy/debug-descriptor-elf-minimal.ll | 2 + .../OrcLazy/debug-objects-elf-minimal.ll | 2 + llvm/test/Linker/comdat4.ll | 11 +- llvm/test/Other/new-pm-lto-defaults.ll | 1 + .../Transforms/AlignmentFromAssumptions/simple.ll | 13 + openmp/libomptarget/DeviceRTL/CMakeLists.txt | 2 + .../libomptarget/deviceRTLs/amdgcn/CMakeLists.txt | 10 +- 17 files changed, 555 insertions(+), 9 deletions(-) create mode 100644 clang/test/AST/ast-dump-openmp-begin-declare-variant_reference.cpp create mode 100644 llvm/test/CodeGen/RISCV/rvv/commuted-op-indices-regression.mir