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-stable-allnoconfig in repository toolchain/ci/llvm-project.
from 1f27fe612876 -Wunused-but-set-parameter/-Wunused-but-set-variable Add t [...] adds 635b7871de93 [clang-repl] Install clang-repl adds 89f2c0c63c22 [clang] disable implicit moves when not in CPlusPLus adds d811546f803c [compiler-rt] Move -fno-omit-frame-pointer check to common [...] adds 8d78ac26f475 [OpenMP]Fix PR51349: Remove AlwaysInline for if regions. adds 6aa054242d60 [LLD] Add required `ppc` target to the test cases. NFC adds 6a5ccb2ec438 [compiler-rt] Implement __clear_cache() on OpenBSD/riscv64
No new revisions were added by this update.
Summary of changes: clang/lib/CodeGen/CGOpenMPRuntime.cpp | 3 +- clang/lib/Sema/SemaStmt.cpp | 3 +- clang/test/AST/nrvo.c | 29 +++++++++++++++++ clang/test/Analysis/blocks-nrvo.c | 14 +++++++++ clang/test/OpenMP/parallel_if_codegen_PR51349.cpp | 38 +++++++++++++++++++++++ clang/tools/clang-repl/CMakeLists.txt | 2 +- compiler-rt/cmake/builtin-config-ix.cmake | 1 - compiler-rt/cmake/config-ix.cmake | 1 + compiler-rt/lib/builtins/clear_cache.c | 9 +++++- lld/test/ELF/compressed-debug-input-err.s | 2 +- lld/test/ELF/compressed-debug-input.s | 2 +- 11 files changed, 97 insertions(+), 7 deletions(-) create mode 100644 clang/test/AST/nrvo.c create mode 100644 clang/test/Analysis/blocks-nrvo.c create mode 100644 clang/test/OpenMP/parallel_if_codegen_PR51349.cpp