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-arm-stable-allnoconfig
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
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 | 7 +++++++
.github/workflows/llvm-tests.yml | 7 +++++++
clang-tools-extra/docs/ReleaseNotes.rst | 8 +-------
clang/docs/ReleaseNotes.rst | 8 +-------
flang/docs/ReleaseNotes.md | 10 ++--------
libcxx/docs/ReleaseNotes.rst | 8 +-------
lld/docs/ReleaseNotes.rst | 5 -----
llvm/docs/ReleaseNotes.rst | 5 -----
polly/docs/ReleaseNotes.rst | 8 +-------
13 files changed, 46 insertions(+), 46 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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-arm-stable-allnoconfig
in repository toolchain/ci/binutils-gdb.
from 1e4b1eace6 Automatic date update in version.in
adds 9aefdd5d13 Automatic date update in version.in
adds 61b08178e4 PR28459, readelf issues bogus warning
adds 03e3464158 Automatic date update in version.in
adds 1ee3ba2d67 Automatic date update in version.in
adds acd295e43e Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
binutils/dwarf.c | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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-arm-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 61f10158 0: update: binutils-llvm-linux-qemu: all
new 3113e2f6 0: update: binutils-llvm-linux-qemu: all
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (61f10158)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-arm- [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
01-reset_artifacts/console.log.xz | Bin 1568 -> 1564 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2788 bytes
03-build_abe-binutils/console.log.xz | Bin 41688 -> 42076 bytes
04-build_llvm/console.log.xz | Bin 57288 -> 57892 bytes
05-build_abe-qemu/console.log.xz | Bin 29708 -> 30312 bytes
06-build_linux/console.log.xz | Bin 3492 -> 3696 bytes
07-boot_linux/console.log.xz | Bin 496 -> 496 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 20 ++++++++++----------
10 files changed, 18 insertions(+), 18 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/master-arm
in repository toolchain/ci/gdb.
from 4a2f674a68 Fix PR gdb/17917 Lookup build-id in remote binaries
adds d7c68312bd Always use std::function for self-tests
adds 05fb05a947 Fix bug in dynamic type resolution
adds 5dfe4bfcb9 Fix format_pieces selftest on Windows
adds 775d36a916 Fix Rust lex selftest when using libiconv
adds 5a8edb756a Check index in type::field
adds c82f680a94 [gdb/testsuite] Reimplement gdb.gdb/python-interrupts.exp as [...]
adds e43321cab2 Automatic date update in version.in
adds 6d81986879 Make c-exp.y work with Bison 3.8+
new b00577cd7b Use unique_xmalloc_ptr in solib_catchpoint
new 5c1146d2de Use unique_xmalloc_ptr in exec_catchpoint
new a4c50be3d6 Use unique_xmalloc_ptr in watchpoint
new 23d6ee6405 Use unique_xmalloc_ptr in bp_location
new 6f781ee300 Use unique_xmalloc_ptr in breakpoint
new 570bc7936f Use std::string in print_one_catch_syscall
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
bfd/version.h | 2 +-
gdb/ada-lang.c | 2 +-
gdb/break-catch-syscall.c | 22 ++-
gdb/breakpoint.c | 192 ++++++++++++---------------
gdb/breakpoint.h | 16 +--
gdb/c-exp.y | 5 +-
gdb/configure | 92 ++++++-------
gdb/configure.ac | 21 ---
gdb/extension.c | 11 ++
gdb/extension.h | 6 +
gdb/gdbtypes.c | 9 +-
gdb/gdbtypes.h | 1 +
gdb/guile/scm-breakpoint.c | 4 +-
gdb/python/py-breakpoint.c | 4 +-
gdb/python/python.c | 55 +++++---
gdb/remote.c | 2 +-
gdb/rust-parse.c | 13 +-
gdb/testsuite/gdb.ada/array_of_variant.exp | 11 ++
gdb/testsuite/gdb.ada/array_of_variant/p.adb | 20 +++
gdb/testsuite/gdb.gdb/python-interrupts.exp | 35 -----
gdb/tracepoint.c | 2 +-
gdb/unittests/format_pieces-selftests.c | 16 ++-
gdbsupport/common.m4 | 21 +++
gdbsupport/config.in | 3 +
gdbsupport/configure | 46 +++++++
gdbsupport/selftest.cc | 37 +-----
gdbsupport/selftest.h | 14 --
27 files changed, 347 insertions(+), 315 deletions(-)
delete mode 100644 gdb/testsuite/gdb.gdb/python-interrupts.exp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/master-arm
in repository toolchain/ci/binutils-gdb.
from 4a2f674a68 Fix PR gdb/17917 Lookup build-id in remote binaries
adds d7c68312bd Always use std::function for self-tests
adds 05fb05a947 Fix bug in dynamic type resolution
adds 5dfe4bfcb9 Fix format_pieces selftest on Windows
adds 775d36a916 Fix Rust lex selftest when using libiconv
adds 5a8edb756a Check index in type::field
adds c82f680a94 [gdb/testsuite] Reimplement gdb.gdb/python-interrupts.exp as [...]
adds e43321cab2 Automatic date update in version.in
adds 6d81986879 Make c-exp.y work with Bison 3.8+
new b00577cd7b Use unique_xmalloc_ptr in solib_catchpoint
new 5c1146d2de Use unique_xmalloc_ptr in exec_catchpoint
new a4c50be3d6 Use unique_xmalloc_ptr in watchpoint
new 23d6ee6405 Use unique_xmalloc_ptr in bp_location
new 6f781ee300 Use unique_xmalloc_ptr in breakpoint
new 570bc7936f Use std::string in print_one_catch_syscall
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
bfd/version.h | 2 +-
gdb/ada-lang.c | 2 +-
gdb/break-catch-syscall.c | 22 ++-
gdb/breakpoint.c | 192 ++++++++++++---------------
gdb/breakpoint.h | 16 +--
gdb/c-exp.y | 5 +-
gdb/configure | 92 ++++++-------
gdb/configure.ac | 21 ---
gdb/extension.c | 11 ++
gdb/extension.h | 6 +
gdb/gdbtypes.c | 9 +-
gdb/gdbtypes.h | 1 +
gdb/guile/scm-breakpoint.c | 4 +-
gdb/python/py-breakpoint.c | 4 +-
gdb/python/python.c | 55 +++++---
gdb/remote.c | 2 +-
gdb/rust-parse.c | 13 +-
gdb/testsuite/gdb.ada/array_of_variant.exp | 11 ++
gdb/testsuite/gdb.ada/array_of_variant/p.adb | 20 +++
gdb/testsuite/gdb.gdb/python-interrupts.exp | 35 -----
gdb/tracepoint.c | 2 +-
gdb/unittests/format_pieces-selftests.c | 16 ++-
gdbsupport/common.m4 | 21 +++
gdbsupport/config.in | 3 +
gdbsupport/configure | 46 +++++++
gdbsupport/selftest.cc | 37 +-----
gdbsupport/selftest.h | 14 --
27 files changed, 347 insertions(+), 315 deletions(-)
delete mode 100644 gdb/testsuite/gdb.gdb/python-interrupts.exp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/master-arm
in repository toolchain/ci/base-artifacts.
discards 8549c333 0: update: binutils-gcc-linux-glibc-gdb: 6
new 1380aee5 0: update: binutils-gcc-linux-glibc-gdb: 6
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (8549c333)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_build/master- [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
01-reset_artifacts/console.log.xz | Bin 1540 -> 1516 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2752 bytes
04-build_abe-binutils/console.log.xz | Bin 66496 -> 65556 bytes
05-build_abe-gcc/console.log.xz | Bin 231996 -> 231232 bytes
06-clean_sysroot/console.log.xz | Bin 316 -> 316 bytes
07-build_abe-linux/console.log.xz | Bin 9196 -> 9340 bytes
08-build_abe-glibc/console.log.xz | Bin 228412 -> 227688 bytes
09-build_abe-gdb/console.log.xz | Bin 54324 -> 53612 bytes
10-check_regression/console.log.xz | Bin 416 -> 416 bytes
11-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 24 ++++++++++++------------
11 files changed, 20 insertions(+), 20 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.