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-project.
from 19b8368225dc [X86][VARARG] Assign MMO earlier to avoid prolog insert po [...] adds 52bfd2c1ccd8 [ELF] Do not report undefined weak references in shared libraries adds f3394dc82c20 [libc++] Fix wrongly non-inline basic_string::shrink_to_fit new 724ed207b760 [ELF] Hint -z nostart-stop-gc for __start_ undefined references
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: libcxx/include/string | 2 + .../shrink_to_fit.explicit_instantiation.sh.cpp | 59 +++++++++++++++++++ lld/ELF/InputFiles.cpp | 2 +- lld/ELF/Relocations.cpp | 6 ++ lld/docs/ELF/start-stop-gc.rst | 66 ++++++++++++++++++++++ lld/docs/index.rst | 1 + lld/test/ELF/allow-shlib-undefined-weak.s | 48 ++++++++++++++++ lld/test/ELF/gc-sections-startstop-hint.s | 21 +++++++ 8 files changed, 204 insertions(+), 1 deletion(-) create mode 100644 libcxx/test/std/strings/basic.string/string.capacity/shrink_to_ [...] create mode 100644 lld/docs/ELF/start-stop-gc.rst create mode 100644 lld/test/ELF/allow-shlib-undefined-weak.s create mode 100644 lld/test/ELF/gc-sections-startstop-hint.s