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_tx1/llvm-release-aarch64-spec2k6-O2 in repository toolchain/ci/llvm-project.
from 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 [...]
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/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 | 11 +- clang/unittests/Format/FormatTestCSharp.cpp | 214 +++++++++++++++++++++ flang/docs/ReleaseNotes.md | 10 +- libcxx/CMakeLists.txt | 19 +- libcxx/docs/ReleaseNotes.rst | 8 +- libcxxabi/CMakeLists.txt | 21 +- libunwind/CMakeLists.txt | 17 +- lld/docs/ReleaseNotes.rst | 5 - 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 +- polly/docs/ReleaseNotes.rst | 8 +- 29 files changed, 405 insertions(+), 106 deletions(-)