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-mainline-allnoconfig in repository toolchain/ci/llvm-project.
from aa97472d211 Re-land [MC] Fix quadratic behavior in addPendingLabel adds d2071b8fcdc Revert "Re-land [MC] Fix quadratic behavior in addPendingLabel" adds efeb1cead5b Add GitHub action for running lldb tests adds 9cf9cf2a398 [Clang] Fix Hurd toolchain test on a two-stage build with ThinLTO adds e4312b950dd [Coroutines] Fix PR45130 adds 199494f512e libclc: Pass system libraries to the linker after llvm libraries adds 2aa05933e07 Add GitHub action for running libclc tests adds 9c5a83ed9bf libclc: cmake configure should depend on file list adds 060f2f815c4 github actions: Improve abi-compare check adds d4d4c6bf834 [llvm-objcopy] -O binary: skip empty sections
No new revisions were added by this update.
Summary of changes: .github/workflows/libclc-tests.yml | 53 +++++++++++++++++++ .github/workflows/lldb-tests.yml | 47 +++++++++++++++++ .github/workflows/llvm-tests.yml | 13 ++++- clang/lib/Driver/ToolChains/Gnu.cpp | 20 ++++---- clang/lib/Driver/ToolChains/Gnu.h | 6 +++ clang/lib/Driver/ToolChains/Hurd.cpp | 8 ++- clang/lib/Driver/ToolChains/Hurd.h | 6 ++- clang/lib/Driver/ToolChains/Linux.cpp | 5 ++ clang/lib/Driver/ToolChains/Linux.h | 4 +- libclc/CMakeLists.txt | 12 ++++- llvm/include/llvm/MC/MCObjectStreamer.h | 3 +- llvm/lib/MC/MCObjectStreamer.cpp | 8 ++- llvm/lib/Transforms/Coroutines/CoroSplit.cpp | 5 +- llvm/test/Transforms/Coroutines/no-suspend.ll | 52 +++++++++++++++++++ llvm/test/tools/llvm-objcopy/ELF/binary-paddr.test | 59 +++++++++++++++++++++- llvm/tools/llvm-objcopy/ELF/Object.cpp | 13 ++--- 16 files changed, 284 insertions(+), 30 deletions(-) create mode 100644 .github/workflows/libclc-tests.yml create mode 100644 .github/workflows/lldb-tests.yml