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-allyesconfig in repository toolchain/ci/llvm-project.
from 50d7e5d5e7d [llvm-objcopy] Improve tool selection logic to recognize ll [...] adds 4822f2a6154 Bump version to 10.0.1 adds 1feb3329996 Add yaml defintions for CI tests with GitHub Actions
No new revisions were added by this update.
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