aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2021-03-18 16:08:58 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2021-03-18 16:08:58 +0000
commite3186ba0f3b5a5cf2a42155ff5ee8350cbda1486 (patch)
tree97cffa938dd6cb5158406fa88bcd3068094276c7
parent00441b8f4e5b7daa39ac6cbeb45ebfe54662b08d (diff)
downloadllvm-e3186ba0f3b5a5cf2a42155ff5ee8350cbda1486.zip
llvm-e3186ba0f3b5a5cf2a42155ff5ee8350cbda1486.tar.gz
llvm-e3186ba0f3b5a5cf2a42155ff5ee8350cbda1486.tar.bz2
[aarch64][WOA64][docs] Release note for WoA-hosted LLVM 12 binary
Reviewed By: peterwaller-arm Differential Revision: https://reviews.llvm.org/D98415
-rw-r--r--clang/docs/ReleaseNotes.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index b35d81c..f3499d1 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -193,6 +193,13 @@ Windows Support
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
---------------------------