[PATCH] D98415: [aarch64][WOA64][docs] Release note for WoA-hosted LLVM 12 binary
Maxim Kuvyrkov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 11 04:51:31 PST 2021
maxim-kuvyrkov created this revision.
maxim-kuvyrkov added reviewers: richard.townsend.arm, tstellar.
Herald added subscribers: danielkiss, kristof.beyls.
maxim-kuvyrkov requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: cfe-commits, sstefan1.
Herald added a project: clang.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D98415
Files:
clang/docs/ReleaseNotes.rst
Index: clang/docs/ReleaseNotes.rst
===================================================================
--- clang/docs/ReleaseNotes.rst
+++ clang/docs/ReleaseNotes.rst
@@ -183,6 +183,13 @@
exception. To workaround (with reduced security), compile with
/guard:cf,nolongjmp.
+- Windows on Arm64: LLVM 12 adds official binary release hosted on
+ Windows on Arm64. The binary is built and tested by Linaro alongside
+ AArch64 and ARM 32-bit Linux binary releases. This first WoA release
+ includes Clang compiler, LLD Linker, and compiler-rt runtime libraries.
+ Work on LLDB, sanitizer support, OpenMP, and other features is in progress
+ and will be included in future Windows on Arm64 LLVM releases.
+
C Language Changes in Clang
---------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98415.329927.patch
Type: text/x-patch
Size: 775 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210311/a6a1e87a/attachment.bin>
More information about the cfe-commits
mailing list