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-defconfig 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 new 47e68d86442 [CodeGen] Fix sinking local values in lpads with phis new edbe962459d [COFF] Don't treat DWARF sections as GC roots
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 +++++++++++++++++++++++++++++ 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