This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 03fbaba682 [OPENMP]Fix PR41767: diagnose DSA for variables in clauses w [...] new d653c3f8e2 [MinGW] Use SEH by default on AArch64 new b91f1c80f6 [AArch64] Add __builtin_sponentry, for calling setjmp in MinGW
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: include/clang/Basic/BuiltinsAArch64.def | 3 +++ lib/CodeGen/CGBuiltin.cpp | 5 +++++ lib/Driver/ToolChains/MinGW.cpp | 5 +++-- test/CodeGen/builtin-sponentry.c | 8 ++++++++ test/Driver/windows-exceptions.cpp | 4 ++-- 5 files changed, 21 insertions(+), 4 deletions(-) create mode 100644 test/CodeGen/builtin-sponentry.c