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-allnoconfig 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
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/test/Driver/aarch64-security-options.c | 7 +++ libcxx/CMakeLists.txt | 2 +- libcxxabi/CMakeLists.txt | 2 +- libunwind/CMakeLists.txt | 2 +- llvm/CMakeLists.txt | 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/include/llvm/Config/llvm-config.h | 2 +- 16 files changed, 146 insertions(+), 163 deletions(-) create mode 100644 .github/workflows/llvm-project-tests.yml