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-allmodconfig in repository toolchain/ci/llvm-project.
from 50d7e5d5e7d [llvm-objcopy] Improve tool selection logic to recognize ll [...] new 4822f2a6154 Bump version to 10.0.1 new 1feb3329996 Add yaml defintions for CI tests with GitHub Actions
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 | 42 ++++++++++++ .github/workflows/lld-tests.yml | 42 ++++++++++++ .github/workflows/llvm-tests.yml | 107 ++++++++++++++++++++++++++++++ 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 +- 10 files changed, 199 insertions(+), 8 deletions(-) create mode 100644 .github/workflows/clang-tests.yml create mode 100644 .github/workflows/lld-tests.yml create mode 100644 .github/workflows/llvm-tests.yml