This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards acaabf329 binutils-ab358bfda7012d26f8f3649ffca22e606c50e081: all
new 571d6e9ad gcc-f8ab9c3942dfbb2ab1d4b18181a92486c1396330: 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 (acaabf329)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-aarch [...]
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:
1-reset_artifacts/console.log | 88 +-
2-prepare_abe/console.log | 26 +-
3-build_abe-binutils/console.log | 6383 ++++++++--------
4-build_abe-stage1/console.log | 8427 ++++++++++----------
5-count_linux_objs/console.log | 207 +-
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 15175 +++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 8 +-
trigger-bisect-on-failure | 6 +-
12 files changed, 15352 insertions(+), 14978 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/gnu-release-arm-lts-defconfig
in repository toolchain/binutils-gdb.
from 246c1b08d5 Automatic date update in version.in
adds ab358bfda7 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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/gnu-release-arm-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards 2897128a1 gcc-e8ba2316724e003bb25335087f255b58adf8c93d: all
new f8228e1bc binutils-ab358bfda7012d26f8f3649ffca22e606c50e081: 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 (2897128a1)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-l [...]
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:
1-reset_artifacts/console.log | 130 +-
2-prepare_abe/console.log | 26 +-
3-build_abe-binutils/console.log | 6232 ++++++-------
4-build_abe-stage1/console.log | 11552 ++++++++++++------------
5-count_linux_objs/console.log | 68 +-
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 17974 ++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 8 +-
trigger-bisect-on-failure | 6 +-
12 files changed, 17981 insertions(+), 18025 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.
unknown user pushed a change to branch master
in repository clang.
from a6eb16ed63 Improving this fatal diagnostic to help checker developers f [...]
new 40c9a5ffc3 [Distro] Support detecting Gentoo
new 3ece3f2fc6 [Driver] Disable -faddrsig on Gentoo by default
The 2 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:
include/clang/Driver/Distro.h | 5 +++++
lib/Driver/Distro.cpp | 3 +++
lib/Driver/ToolChains/Clang.cpp | 2 ++
test/Driver/addrsig.c | 3 +++
test/lit.cfg.py | 3 +++
unittests/Driver/DistroTest.cpp | 36 ++++++++++++++++++++++++++++++++++++
6 files changed, 52 insertions(+)
--
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.
unknown user pushed a change to branch master
in repository compiler-rt.
from cd741c90d Set the default SANITIZER_CXX_ABI library to libc++ for FreeB [...]
new aa2e55581 [xray] Disable alignas() for thread_local objects on NetBSD
new 4448e3b11 [xray] Detect MPROTECT and error out when it's enabled (on NetBSD)
The 2 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:
lib/sanitizer_common/sanitizer_common.h | 1 +
lib/sanitizer_common/sanitizer_fuchsia.cc | 1 +
lib/sanitizer_common/sanitizer_linux.cc | 24 ++++++++++++++++++++++++
lib/sanitizer_common/sanitizer_mac.cc | 4 ++++
lib/sanitizer_common/sanitizer_rtems.cc | 1 +
lib/sanitizer_common/sanitizer_win.cc | 4 ++++
lib/xray/xray_basic_logging.cc | 2 +-
lib/xray/xray_defs.h | 10 ++++++++++
lib/xray/xray_fdr_logging.cc | 4 +++-
lib/xray/xray_init.cc | 3 +++
10 files changed, 52 insertions(+), 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/gnu-master-arm-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 534bef751 binutils-03eccf7a34d121385663f1b95b757ff6aadb0ede: all
new 83d9d95c5 linux-9105b8aa50c182371533fc97db64fc8f26f051b3: 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 (534bef751)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ma [...]
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:
1-reset_artifacts/console.log | 114 +-
2-prepare_abe/console.log | 22 +-
3-build_abe-binutils/console.log | 6367 ++--
4-build_abe-stage1/console.log | 12999 ++++----
5-count_linux_objs/console.log | 43633 +++++++++++++--------------
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 58849 ++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 6 +-
trigger-bisect-on-failure | 6 +-
12 files changed, 60978 insertions(+), 61028 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-master-arm-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards d25cabdc0 llvm-1ffb8f302859ed37da20c6e9ca6968cc98407cc7: all
new b62130faa llvm-b23f9066ca03df23b2ad62df04d5a5ac468dc9ab: 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 (d25cabdc0)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-n [...]
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:
1-reset_artifacts/console.log | 104 +-
2-build_llvm/console.log | 9018 +++++++++++++++++++--------------------
3-count_linux_objs/console.log | 97 +-
console.log | 9219 ++++++++++++++++++++--------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 6 +-
trigger-bisect-on-failure | 4 +-
8 files changed, 9187 insertions(+), 9265 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.