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-stable-allyesconfig in repository toolchain/ci/llvm-project.
from d0b88fce0a2 [Docs][OpenCL] Release 9.0 notes for OpenCL adds c95063dc4a6 Merging r369349: ------------------------------------------ [...] adds 565fc9f2e94 Merging r366573: ------------------------------------------ [...] adds c343ded3e4a Merging r366836: ------------------------------------------ [...] adds 71d51526fd0 Merging r369694: ------------------------------------------ [...] new 82fecfdb881 Release notes: -ftime-trace
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: clang-tools-extra/clangd/index/IndexAction.cpp | 50 +++++++++++++++++++++- clang-tools-extra/clangd/index/SymbolCollector.cpp | 28 ++++++------ clang-tools-extra/clangd/index/SymbolCollector.h | 5 +++ clang/docs/ReleaseNotes.rst | 7 ++- lld/COFF/Driver.cpp | 32 ++++++++++---- lld/COFF/Driver.h | 2 +- lld/COFF/InputFiles.cpp | 8 ++-- lld/COFF/InputFiles.h | 2 +- lld/COFF/SymbolTable.cpp | 20 +++++++-- lld/COFF/SymbolTable.h | 3 +- lld/COFF/Symbols.cpp | 22 ++++++++-- lld/COFF/Symbols.h | 11 ++++- lld/ELF/InputFiles.cpp | 4 +- lld/ELF/Symbols.cpp | 29 ++++++++----- lld/ELF/Symbols.h | 6 ++- lld/test/COFF/Inputs/libcall-archive.ll | 6 +++ lld/test/COFF/Inputs/libcall-archive.s | 2 + lld/test/COFF/libcall-archive.ll | 22 ++++++++++ lld/test/COFF/thin-archive.s | 8 +++- lld/test/ELF/archive-thin-missing-member.s | 14 +++--- 20 files changed, 218 insertions(+), 63 deletions(-) create mode 100644 lld/test/COFF/Inputs/libcall-archive.ll create mode 100644 lld/test/COFF/Inputs/libcall-archive.s create mode 100644 lld/test/COFF/libcall-archive.ll