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-allnoconfig in repository toolchain/ci/llvm-project.
from 65eb65c694f5 [profile] Add static keyword to binary id functions adds 039d1a94b908 [clang] Move the soname declaration in a variable at the t [...] adds e7e20e1eb66a libclang: Document the soname change in the release notes adds 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 [...]
No new revisions were added by this update.
Summary of changes: clang/docs/ReleaseNotes.rst | 6 +- clang/lib/AST/ASTContext.cpp | 8 + ...dump-openmp-begin-declare-variant_reference.cpp | 414 +++++++++++++++++++++ clang/tools/libclang/CMakeLists.txt | 11 +- .../test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp | 4 + llvm/docs/ReleaseNotes.rst | 4 + 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 +- 19 files changed, 564 insertions(+), 15 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