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-allmodconfig 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:: [...] adds 3c94b278012 [SystemZ] Bugfix in emitSelect() adds d8a6deab7a8 Fix MSVC build with C++ EH enabled
No new revisions were added by this update.
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 | 32 +++++++++-- 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, 193 insertions(+), 39 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