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-defconfig in repository toolchain/ci/llvm-project.
from f23caecc090 ReleaseNotes / external projects: Zig adds 699e2a6c555 Prefer __vector over vector keyword for altivec adds 4e6ec0fff65 IR Linking: Support merging Warning+Max module metadata flags adds dbe9c3a82dd [Support] Don't modify the current EH context during stack [...] adds aeba7ba9f3d Add SystemZ release notes adds fd04cb43e1d [Clang][Driver] After default -fintegrated-cc1, make llvm:: [...] new 3c94b278012 [SystemZ] Bugfix in emitSelect()
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: clang/lib/Lex/Lexer.cpp | 4 +- clang/test/Driver/crash-report.c | 8 +++ clang/tools/driver/cc1_main.cpp | 3 +- clang/tools/driver/cc1as_main.cpp | 3 +- llvm/docs/LangRef.rst | 4 +- llvm/docs/ReleaseNotes.rst | 13 +++++ llvm/include/llvm/Support/CrashRecoveryContext.h | 5 ++ llvm/include/llvm/Support/Process.h | 6 ++ llvm/lib/Linker/IRMover.cpp | 70 ++++++++++++++++-------- llvm/lib/Support/CrashRecoveryContext.cpp | 30 ++++++++-- llvm/lib/Support/ErrorHandling.cpp | 3 +- llvm/lib/Support/Process.cpp | 10 +++- llvm/lib/Support/Windows/Signals.inc | 8 ++- llvm/lib/Target/SystemZ/SystemZISelLowering.cpp | 5 +- llvm/test/CodeGen/SystemZ/multiselect-02.mir | 43 +++++++++++++++ llvm/test/Linker/Inputs/module-max-warn.ll | 3 + llvm/test/Linker/module-max-warn.ll | 12 ++++ 17 files changed, 192 insertions(+), 38 deletions(-) create mode 100644 llvm/test/CodeGen/SystemZ/multiselect-02.mir create mode 100644 llvm/test/Linker/Inputs/module-max-warn.ll create mode 100644 llvm/test/Linker/module-max-warn.ll