[llvm-branch-commits] [cfe-branch] r354855 - ReleaseNotes: ARM64 SEH, pointed out by David Major
Hans Wennborg via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Feb 26 01:54:37 PST 2019
Author: hans
Date: Tue Feb 26 01:54:36 2019
New Revision: 354855
URL: http://llvm.org/viewvc/llvm-project?rev=354855&view=rev
Log:
ReleaseNotes: ARM64 SEH, pointed out by David Major
Modified:
cfe/branches/release_80/docs/ReleaseNotes.rst
Modified: cfe/branches/release_80/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_80/docs/ReleaseNotes.rst?rev=354855&r1=354854&r2=354855&view=diff
==============================================================================
--- cfe/branches/release_80/docs/ReleaseNotes.rst (original)
+++ cfe/branches/release_80/docs/ReleaseNotes.rst Tue Feb 26 01:54:36 2019
@@ -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
More information about the llvm-branch-commits
mailing list