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-lts-allmodconfig in repository toolchain/ci/llvm-project.
from 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: 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/src/random.cpp | 2 +- .../MyFirstLanguageFrontend/LangImpl03.rst | 2 +- llvm/utils/release/export.sh | 20 ++- 12 files changed, 197 insertions(+), 156 deletions(-) create mode 100644 clang/test/Sema/arm-neon-decl-after-stmt.c