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-next-allyesconfig in repository toolchain/ci/llvm-project.
from 6f8ad14521e [ELF][PPC32] Support canonical PLT adds f15b60b3a2a [ELF][PPC32] Support range extension thunks with addends adds 27f93515c68 [docs][mips] 10.0 Release notes adds 73a91477f70 [Concepts] Fix parsing of scope specifier in compound-requi [...] adds b07b82777b9 [Concepts] Add missing null check to transformConstructor adds b39efdbcfcb [Concepts] Fix incorrect TemplateArgs for introduction of l [...]
No new revisions were added by this update.
Summary of changes: clang/docs/ReleaseNotes.rst | 3 + clang/lib/Parse/ParseExprCXX.cpp | 26 ++----- clang/lib/Sema/SemaTemplate.cpp | 6 +- clang/lib/Sema/SemaTemplateInstantiateDecl.cpp | 7 +- clang/test/Parser/cxx2a-abbreviated-templates.cpp | 19 +++++ clang/test/Parser/cxx2a-concepts-requires-expr.cpp | 24 +++--- .../Parser/cxx2a-placeholder-type-constraint.cpp | 37 +++++---- .../SemaTemplate/instantiate-requires-clause.cpp | 7 ++ lld/ELF/Arch/PPC.cpp | 10 +-- lld/ELF/Relocations.cpp | 21 ++---- lld/ELF/Thunks.cpp | 45 ++++++++++- lld/docs/ReleaseNotes.rst | 8 ++ lld/test/ELF/ppc32-long-thunk.s | 87 ++++++++++++++++++++++ llvm/docs/ReleaseNotes.rst | 18 ++++- 14 files changed, 243 insertions(+), 75 deletions(-) create mode 100644 clang/test/Parser/cxx2a-abbreviated-templates.cpp create mode 100644 lld/test/ELF/ppc32-long-thunk.s