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-aarch64-stable-allnoconfig in repository toolchain/ci/llvm-project.
from d0b88fce0a2 [Docs][OpenCL] Release 9.0 notes for OpenCL adds c95063dc4a6 Merging r369349: ------------------------------------------ [...] new 565fc9f2e94 Merging r366573: ------------------------------------------ [...] new c343ded3e4a Merging r366836: ------------------------------------------ [...] new 71d51526fd0 Merging r369694: ------------------------------------------ [...]
The 3 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 +++ 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 +++--- 19 files changed, 212 insertions(+), 62 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