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-lts-defconfig in repository toolchain/ci/llvm-project.
from 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 [...] adds 181739213aa0 [docs] Update release notes with items related to Flang new a5e968b66a59 [clang] Allow the OpenBSD driver to link the libclang_rt.p [...] new be305271bfb6 OpenBSD also needs execinfo new 6668e31250ba Support linking against OpenMP runtime on OpenBSD. new c30b2813a1d5 [clang] fix error recovery ICE on copy elision when returi [...] new a52b7bf7d123 PR50294: Fix a performance regression from 2c9dbcd. new 2a1d8b5016eb [clang] OpenBSD does not support C11 atomics or threads. new 8aa8ed9d4b5f Fix for commit d8cd7806310c51af912a647a6ca46de62ff13214.
The 7 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/Basic/Targets/OSTargets.h | 5 +++ clang/lib/Driver/ToolChains/CommonArgs.cpp | 3 +- clang/lib/Driver/ToolChains/OpenBSD.cpp | 7 ++++ clang/lib/Sema/SemaTemplateInstantiateDecl.cpp | 2 +- clang/lib/Serialization/ASTReader.cpp | 2 + .../CXX/class/class.init/class.copy.elision/p3.cpp | 34 ++++++++++++++++ clang/test/Driver/fopenmp.c | 19 ++++++++- clang/test/Preprocessor/init.c | 10 +++++ .../test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp | 4 ++ llvm/docs/ReleaseNotes.rst | 6 +++ llvm/lib/Linker/LinkModules.cpp | 22 +++++++++-- llvm/lib/Target/RISCV/RISCVInstrInfo.cpp | 2 +- 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 +++++- openmp/libomptarget/DeviceRTL/CMakeLists.txt | 2 + .../libomptarget/deviceRTLs/amdgcn/CMakeLists.txt | 10 ++++- 19 files changed, 190 insertions(+), 11 deletions(-) create mode 100644 llvm/test/CodeGen/RISCV/rvv/commuted-op-indices-regression.mir