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-allyesconfig in repository toolchain/ci/llvm-project.
from 3f43d803382d [libc++] Re-enable workaround for pre-ranges CTAD in std::span adds bd8dc965cff1 Bump version to 14.0.1 adds 0547ffef5d39 workflows: Consolidate tests to reduce the number of build jobs adds 99c0f85ef992 Re-commit: Driver: Don't warn on -mbranch-protection when linking adds fe5c24e93754 [docs] Fix typo in tutorial adds f3b89727716a [Driver][OpenBSD] Disable unwind tables on Arm adds 63e7af77ec42 [Clang][NeonEmitter] emit ret decl first for -Wdeclaration [...] adds b69247dcbd80 [libcxx] random_device, specify optimal entropy properties [...] adds 23d08271a4b2 Add cmake/ to release tarballs via concatenation
No new revisions were added by this update.
Summary of changes: .github/workflows/clang-tests.yml | 38 ++--- .github/workflows/libclc-tests.yml | 51 ++----- .github/workflows/lld-tests.yml | 38 ++--- .github/workflows/lldb-tests.yml | 45 ++---- .github/workflows/llvm-project-tests.yml | 62 ++++++++ .github/workflows/llvm-tests.yml | 49 +++--- clang/include/clang/Driver/Options.td | 1 + clang/lib/Driver/ToolChains/OpenBSD.cpp | 9 ++ clang/lib/Driver/ToolChains/OpenBSD.h | 4 +- clang/test/CodeGen/aarch64-neon-ldst-one.c | 168 ++++++++++----------- clang/test/CodeGen/arm_neon_intrinsics.c | 102 ++++++------- clang/test/Driver/aarch64-security-options.c | 7 + clang/test/Driver/openbsd.c | 3 +- clang/test/Sema/arm-neon-decl-after-stmt.c | 12 ++ clang/utils/TableGen/NeonEmitter.cpp | 23 ++- libcxx/CMakeLists.txt | 2 +- libcxx/src/random.cpp | 2 +- libcxxabi/CMakeLists.txt | 2 +- libunwind/CMakeLists.txt | 2 +- llvm/CMakeLists.txt | 2 +- .../MyFirstLanguageFrontend/LangImpl03.rst | 2 +- llvm/utils/gn/secondary/llvm/version.gni | 2 +- llvm/utils/lit/lit/__init__.py | 2 +- llvm/utils/release/build_llvm_package.bat | 4 +- llvm/utils/release/export.sh | 20 ++- .../llvm/include/llvm/Config/llvm-config.h | 2 +- 26 files changed, 335 insertions(+), 319 deletions(-) create mode 100644 .github/workflows/llvm-project-tests.yml create mode 100644 clang/test/Sema/arm-neon-decl-after-stmt.c