This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_llvm_apm/llvm-release-arm-spec2k6-Oz_LTO in repository toolchain/ci/llvm-project.
from fd1d8c2f04dd [cte] Release notes for clangd-13 adds cf15ccdeb6d5 Bump version to 13.0.1 adds 449f3049b507 [GHA] Cancel intermediate builds on PRs adds 8a93745a7121 Remove "In Progress" text from release notes adds 1a40203f8e94 workflows: Update lldb workaround to latest version of Mac OS X adds 0a5ae011cd23 [HIP] Fix test rcom-detect.hip adds a797306b7721 [clang-format] [PR51640] - New AfterEnum brace wrapping ch [...] adds 30c05f43b662 [runtimes] Properly handle the sysroot/triple/gcc-toolchain adds 2ac023cd540a [clang] Omit most AttributedStatements from the CFG adds 914355ee793c [CMake] Re-enable use --gc-sections on OpenBSD adds 47f53eec6485 [Mips] Add glue between CopyFromReg, CopyToReg and RDHWR n [...] adds 3ee9a2b63cfd [Support][mips] Remove unnecessary includes from Memory.inc adds 73daeb3d507f [CUDA] Make sure <string.h> is included with original __TH [...] adds ec4829efcc94 fixes bug #51926 where dangling comma caused overrun adds eb845520ac3c compiler-rt: Fix arch detection for ppc64le adds 26e2c97bf14c [openmp] [elf_common] Fix linking against LLVM dylib adds 08e3a5ccd952 [IntelJITListener] Fix order in JitListener/multiple.ll
No new revisions were added by this update.
Summary of changes: .github/workflows/clang-tests.yml | 6 + .github/workflows/libclang-abi-tests.yml | 7 + .github/workflows/libclc-tests.yml | 7 + .github/workflows/lld-tests.yml | 6 + .github/workflows/lldb-tests.yml | 9 +- .github/workflows/llvm-tests.yml | 7 + clang-tools-extra/docs/ReleaseNotes.rst | 8 +- clang/docs/ReleaseNotes.rst | 8 +- clang/lib/Analysis/CFG.cpp | 32 ++- clang/lib/Format/TokenAnnotator.cpp | 42 +++- clang/lib/Format/UnwrappedLineParser.cpp | 5 +- clang/lib/Format/WhitespaceManager.cpp | 16 +- clang/lib/Headers/__clang_cuda_runtime_wrapper.h | 6 +- clang/test/Driver/rocm-detect.hip | 3 +- clang/test/SemaCXX/switch-implicit-fallthrough.cpp | 4 + clang/test/SemaCXX/unreachable-code.cpp | 22 +++ clang/unittests/Format/FormatTest.cpp | 25 ++- clang/unittests/Format/FormatTestCSharp.cpp | 214 +++++++++++++++++++++ compiler-rt/cmake/base-config-ix.cmake | 2 +- flang/docs/ReleaseNotes.md | 10 +- libcxx/CMakeLists.txt | 21 +- libcxx/docs/ReleaseNotes.rst | 8 +- libcxxabi/CMakeLists.txt | 23 +-- libunwind/CMakeLists.txt | 19 +- lld/docs/ReleaseNotes.rst | 5 - llvm/CMakeLists.txt | 2 +- llvm/cmake/modules/AddLLVM.cmake | 2 +- llvm/docs/ReleaseNotes.rst | 5 - llvm/lib/Support/Unix/Memory.inc | 8 - llvm/lib/Target/Mips/MipsSEISelDAGToDAG.cpp | 7 +- llvm/test/CodeGen/Mips/tls-static.ll | 4 +- llvm/test/JitListener/multiple.ll | 10 +- llvm/utils/gn/secondary/llvm/version.gni | 2 +- llvm/utils/lit/lit/__init__.py | 2 +- llvm/utils/release/build_llvm_package.bat | 4 +- .../plugins/common/elf_common/CMakeLists.txt | 3 + polly/docs/ReleaseNotes.rst | 8 +- .../llvm/include/llvm/Config/llvm-config.h | 2 +- 38 files changed, 450 insertions(+), 124 deletions(-)