Skip to content

Commit 0777c34

Browse files
committed
ReleaseNotes: ARM64 SEH, pointed out by David Major
llvm-svn: 354855
1 parent bb92074 commit 0777c34

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ Attribute Changes in Clang
210210
Windows Support
211211
---------------
212212

213-
- clang-cl now supports the use of the precompiled header options /Yc and /Yu
213+
- clang-cl now supports the use of the precompiled header options ``/Yc`` and ``/Yu``
214214
without the filename argument. When these options are used without the
215215
filename, a `#pragma hdrstop` inside the source marks the end of the
216216
precompiled code.
@@ -229,7 +229,8 @@ Windows Support
229229

230230
- Allow using Address Sanitizer and Undefined Behaviour Sanitizer on MinGW.
231231

232-
- ...
232+
- Structured Exception Handling support for ARM64 Windows. The ARM64 Windows
233+
target is in pretty good shape now.
233234

234235

235236
C Language Changes in Clang

0 commit comments

Comments
 (0)