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 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 adds 724ed207b760 [ELF] Hint -z nostart-stop-gc for __start_ undefined references adds 29276490d13c [MC][ELF] Do not error on parsing .debug_* section directi [...] adds 5932c004778c [MC][ELF] Fix accepting abbreviated form with Type change adds d904698b53e4 [Analysis] Ignore casts and unary ops for uninitialized values adds 87ca22cba2fa [Support] Attempt to fix deadlock in ThreadGroup new e68f640deecc [ELF][PPC32] Make R_PPC32_PLTREL retain .got new 9fb79e6940b2 [PowerPC] Handle base load with reservation mnemonic
The 2 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/lib/Analysis/UninitializedValues.cpp | 17 ++++-- clang/test/Analysis/uninit-asm-goto.cpp | 12 ++++ libcxx/include/string | 2 + .../shrink_to_fit.explicit_instantiation.sh.cpp | 59 +++++++++++++++++++ lld/ELF/InputFiles.cpp | 2 +- lld/ELF/Relocations.cpp | 10 +++- 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 +++++++ lld/test/ELF/ppc32-ifunc-nonpreemptible-pic.s | 6 +- lld/test/ELF/ppc32-reloc-pltrel.s | 35 ++++++++++++ llvm/include/llvm/Support/Parallel.h | 5 +- llvm/lib/MC/MCParser/ELFAsmParser.cpp | 29 +++++++--- llvm/lib/Support/Parallel.cpp | 7 ++- llvm/lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp | 12 +++- llvm/test/CodeGen/PowerPC/inline-asm-label.ll | 36 ++++++++++++ llvm/test/MC/ELF/section-omitted-attributes.s | 5 ++ llvm/test/MC/Mips/elf-debug-section.s | 38 ++++++++++++- llvm/test/MC/PowerPC/ppc64-encoding-bookII.s | 16 ++++++ llvm/test/MC/PowerPC/ppc64-errors.s | 4 ++ 21 files changed, 410 insertions(+), 21 deletions(-) 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 create mode 100644 lld/test/ELF/ppc32-reloc-pltrel.s