From aa2c7b0ed88f174a0f10b496184b569117a680f1 Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Tue, 26 Feb 2019 09:54:36 +0000 Subject: ReleaseNotes: ARM64 SEH, pointed out by David Major git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_80@354855 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index bdf4bcf70b..65ab1314d3 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -210,7 +210,7 @@ Attribute Changes in Clang Windows Support --------------- -- clang-cl now supports the use of the precompiled header options /Yc and /Yu +- clang-cl now supports the use of the precompiled header options ``/Yc`` and ``/Yu`` without the filename argument. When these options are used without the filename, a `#pragma hdrstop` inside the source marks the end of the precompiled code. @@ -229,7 +229,8 @@ Windows Support - Allow using Address Sanitizer and Undefined Behaviour Sanitizer on MinGW. -- ... +- Structured Exception Handling support for ARM64 Windows. The ARM64 Windows + target is in pretty good shape now. C Language Changes in Clang -- cgit v1.2.3