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 9a9b6492a66 [WinEH] Allocate space in funclets stack to save XMM CSRs adds cf2315964c4 Merging r368310: adds 64bc08ac4ac Merging r375265: adds 2c69f98463a [llvm-objcopy] Preserve .ARM.attributes section when stripp [...] adds af1f5f7d9a7 Merging r374164: adds 74232111639 Merging r374165: adds 94970749d6f Merging r374544 and r374548: new 6851dcc0abf Merging r375077:
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: lld/test/wasm/archive-weak-undefined.ll | 26 +- lld/test/wasm/global-base.test | 12 +- lld/test/wasm/optional-symbol.ll | 14 + lld/test/wasm/stack-first.test | 6 +- lld/wasm/Driver.cpp | 18 +- lld/wasm/InputFiles.cpp | 2 +- lld/wasm/SymbolTable.cpp | 6 +- lld/wasm/SymbolTable.h | 3 +- llvm/docs/CommandGuide/llvm-objcopy.rst | 3 +- llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp | 1 + llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp | 363 ++++++++++++--------- llvm/test/CodeGen/AMDGPU/smem-war-hazard.mir | 15 + llvm/test/MC/Mips/macro-li.d.s | 30 +- .../ELF/strip-preserve-arm-attributes.test | 25 ++ llvm/tools/llvm-objcopy/ELF/ELFObjcopy.cpp | 6 + llvm/tools/llvm-objcopy/ObjcopyOpts.td | 3 +- llvm/tools/llvm-objcopy/StripOpts.td | 3 +- 17 files changed, 343 insertions(+), 193 deletions(-) create mode 100644 lld/test/wasm/optional-symbol.ll create mode 100644 llvm/test/tools/llvm-objcopy/ELF/strip-preserve-arm-attributes.test