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-lts-allmodconfig in repository toolchain/ci/llvm-project.
from 9a9b6492a66 [WinEH] Allocate space in funclets stack to save XMM CSRs adds cf2315964c4 Merging r368310: new 64bc08ac4ac Merging r375265: new 2c69f98463a [llvm-objcopy] Preserve .ARM.attributes section when stripp [...]
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: 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/SymbolTable.cpp | 6 +++--- lld/wasm/SymbolTable.h | 3 +-- llvm/docs/CommandGuide/llvm-objcopy.rst | 3 ++- llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp | 1 + llvm/test/CodeGen/AMDGPU/smem-war-hazard.mir | 15 +++++++++++++ .../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 ++- 13 files changed, 88 insertions(+), 27 deletions(-) create mode 100644 lld/test/wasm/optional-symbol.ll create mode 100644 llvm/test/tools/llvm-objcopy/ELF/strip-preserve-arm-attributes.test