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 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: clang/lib/CodeGen/CGVTables.cpp | 5 ++- clang/test/CodeGenCXX/ms-thunks-ehspec.cpp | 27 ++++++++++++++ clang/test/CodeGenCXX/thunks-ehspec.cpp | 29 +++++++++++++++ lld/COFF/MarkLive.cpp | 6 ++- lld/test/COFF/gc-dwarf.s | 60 ++++++++++++++++++++++++++++++ llvm/lib/CodeGen/SelectionDAG/FastISel.cpp | 17 ++++++++- llvm/test/CodeGen/X86/sink-local-value.ll | 36 ++++++++++++++++++ 7 files changed, 175 insertions(+), 5 deletions(-) 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