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-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 4a09b714 4: update: linux-442630f691a1537b7e0cc35e3d580222077549cb: 17348
discards 2c9bb538 3: reset: linux-7141642ed1209e413f74605873ac2bdd86736769: 17104
discards 3742c1ed 2: update: gcc-a34cc7d54ed3a7cb39fd1fc2c747d7b34b2bed4e: 17349
discards 9bcee6a1 1: reset: linux-b8b576a16f79efbdde49348147f491b176537d88: 17096
discards fff9a341 0: update: gcc-aba0dd3245528310ac263ed39d4e00c26441b8ed: all
new 93898579 0: update: 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 (4a09b714)
\
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:
01-reset_artifacts/console.log | 106 +-
02-prepare_abe/console.log | 352 +-
03-build_abe-binutils/console.log | 10840 +++++++--------
04-build_abe-stage1/console.log | 13751 ++++++++++---------
05-build_linux/console.log | 888 +-
06-boot_linux/console.log | 11 +
07-check_regression/console.log | 9 +-
08-update_baseline/console.log | 79 +-
console.log | 26036 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
results | 4 +-
11 files changed, 26664 insertions(+), 25428 deletions(-)
create mode 100644 06-boot_linux/console.log
--
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-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 43c1e161 0: update: llvm-linux: all
new 087fe315 0: update: llvm-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 (43c1e161)
\
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:
01-reset_artifacts/console.log | 77 +-
02-build_llvm/console.log | 12230 +++++++++++++--------------
03-build_linux/console.log | 4946 +++++------
04-boot_linux/console.log | 6 +-
console.log | 17259 ++++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
6 files changed, 17265 insertions(+), 17263 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 lldb.
from 6722cdc9f Fix process launch failure on FreeBSD after r365761
new 1fe9adcba TestMTCSimple: Make Makefile portable.
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:
packages/Python/lldbsuite/test/functionalities/mtc/simple/Makefile | 7 ++++++-
1 file changed, 6 insertions(+), 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.
unknown user pushed a change to branch master
in repository clang.
from 3ee1fe728c [MSVC] Automatically add atlmfc folder to include and libpath.
new c677d420e1 Add -fgnuc-version= to control __GNUC__ and other GCC macros
new 726918e196 Fix __builtin_assume_aligned with too large values.
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:
docs/ReleaseNotes.rst | 5 +-
docs/UsersManual.rst | 7 ++
include/clang/Basic/DiagnosticSemaKinds.td | 4 +
include/clang/Basic/LangOptions.def | 1 +
include/clang/Driver/Options.td | 3 +
lib/CodeGen/CGBuiltin.cpp | 3 +-
lib/CodeGen/CGCall.cpp | 2 +-
lib/CodeGen/CGExprScalar.cpp | 3 +-
lib/CodeGen/CGStmtOpenMP.cpp | 9 +-
lib/CodeGen/CodeGenFunction.cpp | 17 +---
lib/CodeGen/CodeGenFunction.h | 7 +-
lib/Driver/ToolChains/Clang.cpp | 33 +++++--
lib/Frontend/CompilerInvocation.cpp | 16 ++++
lib/Frontend/InitPreprocessor.cpp | 34 ++++---
lib/Sema/SemaChecking.cpp | 10 +++
test/Driver/fgnuc-version.c | 26 ++++++
test/Driver/rewrite-legacy-objc.m | 6 +-
test/Driver/rewrite-objc.m | 2 +-
test/Frontend/gnu-inline.c | 12 +--
test/Headers/stdbool.cpp | 8 +-
test/Preprocessor/init.c | 140 ++++++++++++++---------------
test/Sema/atomic-ops.c | 2 +-
test/Sema/builtin-assume-aligned.c | 4 +
23 files changed, 218 insertions(+), 136 deletions(-)
create mode 100644 test/Driver/fgnuc-version.c
--
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-aarch64-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 946fe4ec 0: update: binutils-gcc-linux: all
new 7a3fc47e 0: update: 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 (946fe4ec)
\
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:
01-reset_artifacts/console.log | 96 +-
02-prepare_abe/console.log | 410 +-
03-build_abe-binutils/console.log | 11140 +++++++--------
04-build_abe-stage1/console.log | 13957 +++++++++----------
05-build_linux/console.log | 562 +-
06-boot_linux/console.log | 2 +-
console.log | 26192 ++++++++++++++++++------------------
jenkins/manifest.sh | 14 +-
8 files changed, 26185 insertions(+), 26188 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.