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-mainline-allyesconfig
in repository toolchain/binutils-gdb.
from 6c9af454ab Automatic date update in version.in
adds 881917c2cb 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-aarch64-stable-defconfig
in repository toolchain/binutils-gdb.
from 6c9af454ab Automatic date update in version.in
adds 881917c2cb 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-aarch64-stable-allnoconfig
in repository toolchain/binutils-gdb.
from 6c9af454ab Automatic date update in version.in
adds 881917c2cb 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.
unknown user pushed a change to branch master
in repository lldb.
from 8d604da74 Add SBInitializerOptions.cpp.
new 85754bc63 [build.py] A few general improvements.
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:
lit/BuildScript/modes.test | 35 ++++++++
lit/BuildScript/script-args.test | 32 +++++++
lit/BuildScript/toolchain-clang-cl.test | 49 +++++++++++
lit/BuildScript/toolchain-msvc.test | 62 +++++++++++++
lit/CMakeLists.txt | 7 +-
lit/helper/build.py | 148 ++++++++++++++++++++++++--------
lit/helper/toolchain.py | 5 +-
lit/lit.site.cfg.py.in | 1 +
8 files changed, 302 insertions(+), 37 deletions(-)
create mode 100644 lit/BuildScript/modes.test
create mode 100644 lit/BuildScript/script-args.test
create mode 100644 lit/BuildScript/toolchain-clang-cl.test
create mode 100644 lit/BuildScript/toolchain-msvc.test
--
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 llvm.
from edb094151e9 [AVR] Silence fallthrough warning. NFC.
new 429f642b80b [PDB] Emit S_UDT records in LLD.
new b5c2dcfa2d5 [llvm-pdbutil] Remove the analyze subcommand.
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:
.../llvm/DebugInfo/PDB/Native/GSIStreamBuilder.h | 1 -
lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp | 39 +++++-
tools/llvm-pdbutil/Analyze.cpp | 148 ---------------------
tools/llvm-pdbutil/Analyze.h | 30 -----
tools/llvm-pdbutil/CMakeLists.txt | 1 -
tools/llvm-pdbutil/llvm-pdbutil.cpp | 23 ----
6 files changed, 32 insertions(+), 210 deletions(-)
delete mode 100644 tools/llvm-pdbutil/Analyze.cpp
delete mode 100644 tools/llvm-pdbutil/Analyze.h
--
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 ed8ad4e97e [PowerPC] Make no-PIC default to match GCC - CLANG
new ef1d87ea6e Add tests for dumping base classes; NFC.
new 6e3ba53989 Adding tests for -ast-dump; NFC.
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:
test/AST/ast-dump-record-definition-data.cpp | 190 +++++++++++
test/AST/ast-dump-records.cpp | 37 ++
test/AST/ast-dump-special-member-functions.cpp | 446 +++++++++++++++++++++++++
3 files changed, 673 insertions(+)
create mode 100644 test/AST/ast-dump-record-definition-data.cpp
create mode 100644 test/AST/ast-dump-special-member-functions.cpp
--
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 lld.
from f0c8902fb Remove unreachable code.
new 7def6528d [PDB] Emit S_UDT records in LLD.
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:
COFF/PDB.cpp | 20 +-
test/COFF/pdb-globals.test | 6 +-
test/COFF/pdb-symbol-types.yaml | 8 +-
test/COFF/pdb-type-server-simple.test | 10 +-
test/COFF/s_udt.s | 475 ++++++++++++++++++++++++++++++++++
5 files changed, 501 insertions(+), 18 deletions(-)
create mode 100644 test/COFF/s_udt.s
--
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 llvm.
from a348028e7c2 [ADT] Add zip_longest iterators
new dcd2fa5f1e8 Revert "[ADT] Add zip_longest iterators"
new edb094151e9 [AVR] Silence fallthrough warning. NFC.
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/llvm/ADT/STLExtras.h | 126 +-----------------------------
lib/Target/AVR/AsmParser/AVRAsmParser.cpp | 1 +
unittests/ADT/IteratorTest.cpp | 30 -------
3 files changed, 2 insertions(+), 155 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.