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 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 adds 68cd4f72bea Use FinishThunk to finish musttail thunks adds 47e68d86442 [CodeGen] Fix sinking local values in lpads with phis adds edbe962459d [COFF] Don't treat DWARF sections as GC roots
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 +++++++++++++++++++++++++++++ clang/lib/CodeGen/CGVTables.cpp | 5 +- clang/test/CodeGenCXX/ms-thunks-ehspec.cpp | 27 ++++++++ clang/test/CodeGenCXX/thunks-ehspec.cpp | 29 ++++++++ libcxx/CMakeLists.txt | 2 +- libcxxabi/CMakeLists.txt | 2 +- libunwind/CMakeLists.txt | 2 +- lld/COFF/MarkLive.cpp | 6 +- lld/test/COFF/gc-dwarf.s | 60 ++++++++++++++++ llvm/CMakeLists.txt | 2 +- llvm/lib/CodeGen/SelectionDAG/FastISel.cpp | 17 ++++- llvm/test/CodeGen/X86/sink-local-value.ll | 36 ++++++++++ llvm/utils/gn/secondary/llvm/version.gni | 2 +- llvm/utils/lit/lit/__init__.py | 2 +- llvm/utils/release/build_llvm_package.bat | 4 +- 17 files changed, 374 insertions(+), 13 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 create mode 100644 clang/test/CodeGenCXX/ms-thunks-ehspec.cpp create mode 100644 clang/test/CodeGenCXX/thunks-ehspec.cpp create mode 100644 lld/test/COFF/gc-dwarf.s