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-stable-allyesconfig in repository toolchain/ci/llvm-project.
from 3f43d803382d [libc++] Re-enable workaround for pre-ranges CTAD in std::span new bd8dc965cff1 Bump version to 14.0.1 new 0547ffef5d39 workflows: Consolidate tests to reduce the number of build jobs
The 2 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: .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 +++++++++-------- 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 +- 14 files changed, 138 insertions(+), 163 deletions(-) create mode 100644 .github/workflows/llvm-project-tests.yml