This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tk1/llvm-release-arm-spec2k6-Oz_LTO in repository toolchain/ci/llvm-project.
from d32170dbd5b [CUDA] Warn about unsupported CUDA SDK version only if it's used. adds 489a7356cca [ELF] Fix a null pointer dereference when --emit-relocs and [...] adds 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 new 68cd4f72bea Use FinishThunk to finish musttail thunks
The 1 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/ELF/Driver.cpp | 13 +++- lld/ELF/InputSection.cpp | 3 +- lld/ELF/InputSection.h | 4 ++ lld/test/ELF/emit-relocs-debug.s | 20 ++++++ llvm/CMakeLists.txt | 2 +- llvm/test/tools/llvm-objcopy/tool-name.test | 33 +++++++++ llvm/tools/llvm-objcopy/llvm-objcopy.cpp | 24 +++++-- llvm/utils/gn/secondary/llvm/version.gni | 2 +- llvm/utils/lit/lit/__init__.py | 2 +- llvm/utils/release/build_llvm_package.bat | 4 +- 19 files changed, 346 insertions(+), 19 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/ELF/emit-relocs-debug.s create mode 100644 llvm/test/tools/llvm-objcopy/tool-name.test