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-mainline-allyesconfig in repository toolchain/ci/llvm-monorepo.
from a677dc57c81a Update release notes for lld 7. new ab8abb17753b Merging r343347: new fec3fb999ecb Merging r343443: new ee8949fba348 Merging r343428: new 505ad391b61b Merging r343373: new fb48d1fb0a13 Merging r342815: new 87cc92785323 Merging r342461: new 2c5cb5b63857 Merging r344264: new 38d0870788b8 Merging r344824: new 6dd395cd7548 Merging r343668: new e1812de02fe6 Merging r344368: new 38ae67f97147 Merging r342897:
The 11 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: .../python/tests/cindex/test_code_completion.py | 8 ++-- clang/lib/CodeGen/CGBuiltin.cpp | 6 +-- clang/test/CodeGen/attr-target-mv.c | 17 +++++++- clang/test/CodeGen/builtin-cpu-supports.c | 2 +- libcxxabi/src/fallback_malloc.cpp | 3 ++ lld/COFF/Chunks.h | 4 +- lld/ELF/ScriptParser.cpp | 18 +++++--- lld/ELF/Symbols.cpp | 2 +- lld/test/COFF/arm64-localimport-align.s | 24 +++++++++++ lld/test/ELF/linkerscript/memory-include.test | 23 +++++++++++ .../ELF/linkerscript/output-section-include.test | 30 ++++++++++++++ lld/test/ELF/linkerscript/section-include.test | 32 +++++++++++++++ lld/test/ELF/local-ver-preemptible.s | 21 ++++++++++ llvm/lib/Target/X86/X86DomainReassignment.cpp | 21 ++++++++++ llvm/lib/Target/X86/X86ISelLowering.cpp | 7 ++-- llvm/lib/Target/X86/X86InstrInfo.cpp | 2 +- llvm/test/CodeGen/X86/known-signbits-vector.ll | 29 ++++++++----- llvm/test/CodeGen/X86/pr38803.ll | 48 ++++++++++++++++++++++ llvm/tools/llvm-xray/xray-account.cpp | 7 +++- .../utils/lit/lit/builtin_commands}/__init__.py | 0 20 files changed, 270 insertions(+), 34 deletions(-) create mode 100644 lld/test/COFF/arm64-localimport-align.s create mode 100644 lld/test/ELF/linkerscript/memory-include.test create mode 100644 lld/test/ELF/linkerscript/output-section-include.test create mode 100644 lld/test/ELF/linkerscript/section-include.test create mode 100644 lld/test/ELF/local-ver-preemptible.s create mode 100644 llvm/test/CodeGen/X86/pr38803.ll copy {clang/bindings/python/tests => llvm/utils/lit/lit/builtin_commands}/__init__ [...]