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-aarch64-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 8c778c4c 0: good: binutils-gcc-linux: all
new b32460ff 0: good: binutils-gcc-linux: 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 (8c778c4c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 16 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3180 ++--
4-build_abe-stage1/console.log | 4031 ++---
5-build_linux/console.log | 22281 ++++++++++++++--------------
6-boot_linux/console.log | 2 +-
console.log | 29480 +++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
8 files changed, 29521 insertions(+), 29489 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/gnu-release-arm-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards 0f82f6e6 0: good: gcc-8cbd4ca76e7d82e21c27a7a9b5378dddb7880c0d: -5
new 5e9abb27 0: good: gcc-5d34f779cb13e6fc3c5d8557ac4ce6a9242a7dcc: -5
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 (0f82f6e6)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-arm-boot [...]
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 | 16 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-bootstrap_O3/console.log | 14818 ++++++++++++++++----------------
console.log | 14838 ++++++++++++++++-----------------
jenkins/manifest.sh | 8 +-
5 files changed, 14826 insertions(+), 14858 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-aarch64-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards f434a83a 0: good: llvm-linux: 18252
new 177d195d 0: good: llvm-linux: 18252
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 (f434a83a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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 | 14 +-
2-build_llvm/console.log | 9661 ++++++++++++++++++------------------
3-build_linux/console.log | 758 ++-
5-check_regression/console.log | 6 +-
6-update_baseline/console.log | 6 +-
console.log | 10257 +++++++++++++++++++--------------------
jenkins/manifest.sh | 12 +-
7 files changed, 10350 insertions(+), 10364 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-tools-extra.
from e71a1e9e [clangd] Remove includes of "gmock-matchers.h". NFC
new 3efd5ed8 [pp-trace] Delete -ignore and add a new option -callbacks
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:
docs/ReleaseNotes.rst | 6 +++
docs/pp-trace.rst | 10 ++--
pp-trace/PPCallbacksTracker.cpp | 13 +++--
pp-trace/PPCallbacksTracker.h | 15 ++++--
pp-trace/PPTrace.cpp | 80 ++++++++++++++-----------------
test/pp-trace/pp-trace-conditional.cpp | 2 +-
test/pp-trace/pp-trace-filter.cpp | 17 +++++++
test/pp-trace/pp-trace-ident.cpp | 2 +-
test/pp-trace/pp-trace-macro.cpp | 2 +-
test/pp-trace/pp-trace-modules.cpp | 2 +-
test/pp-trace/pp-trace-pragma-general.cpp | 2 +-
test/pp-trace/pp-trace-pragma-ms.cpp | 2 +-
test/pp-trace/pp-trace-pragma-opencl.cpp | 2 +-
13 files changed, 91 insertions(+), 64 deletions(-)
create mode 100644 test/pp-trace/pp-trace-filter.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.