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-next-allnoconfig in repository toolchain/ci/llvm-project.
from 23d08271a4b2 Add cmake/ to release tarballs via concatenation new 22d7bee01a5a [PPCISelLowering] Avoid emitting calls to __multi3, __muloti4 new db07d9f098b3 [MC] Fix llvm_unreachable when a STB_GNU_UNIQUE symbol nee [...] new a4681df0202c [libcxx] [test] Avoid spurious test breakage in clang-cl-d [...] new e9b26b5b2a70 [RISCV] Add test case for miscompile caused by treating AN [...] new 5b9dd016bec7 [SelectionDAG][RISCV] Make RegsForValue::getCopyToRegs exp [...] new c9ec4902c3e3 [llvm-objdump][test] dos2unix some files new 1007cb795a3c [llvm-objdump] --private-headers: change errors to warning [...] new 311a622edd31 [Object][test] Fix invalid.test new 353068233f21 [ELF] Fix llvm_unreachable failure when COMMON is placed i [...]
The 9 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: .../pointer.volatile.pass.cpp | 16 +- lld/ELF/SyntheticSections.h | 4 +- lld/test/ELF/linkerscript/common.s | 75 ++- .../CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 5 +- llvm/lib/MC/ELFObjectWriter.cpp | 1 + llvm/lib/Object/ELF.cpp | 2 - llvm/lib/Target/PowerPC/PPCISelLowering.cpp | 2 + .../PowerPC/overflow-intrinsic-optimizations.ll | 12 + .../PowerPC/umulo-128-legalisation-lowering.ll | 169 +++--- .../CodeGen/PowerPC/urem-seteq-illegal-types.ll | 61 +- llvm/test/CodeGen/RISCV/aext-to-sext.ll | 39 ++ llvm/test/MC/ELF/gnu-unique.s | 11 +- llvm/test/Object/invalid.test | 5 +- .../tools/llvm-objdump/ELF/dynamic-malformed.test | 38 ++ llvm/test/tools/llvm-objdump/ELF/invalid-phdr.test | 5 +- .../tools/llvm-objdump/ELF/private-headers.test | 130 ++--- .../tools/llvm-objdump/ELF/program-headers.test | 649 +++++++++++---------- llvm/tools/llvm-objdump/ELFDump.cpp | 8 +- 18 files changed, 671 insertions(+), 561 deletions(-) create mode 100644 llvm/test/tools/llvm-objdump/ELF/dynamic-malformed.test