[llvm-branch-commits] [clang] e3186ba - [aarch64][WOA64][docs] Release note for WoA-hosted LLVM 12 binary

Maxim Kuvyrkov via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Mar 18 09:09:28 PDT 2021


Author: Maxim Kuvyrkov
Date: 2021-03-18T16:08:58Z
New Revision: e3186ba0f3b5a5cf2a42155ff5ee8350cbda1486

URL: https://github.com/llvm/llvm-project/commit/e3186ba0f3b5a5cf2a42155ff5ee8350cbda1486
DIFF: https://github.com/llvm/llvm-project/commit/e3186ba0f3b5a5cf2a42155ff5ee8350cbda1486.diff

LOG: [aarch64][WOA64][docs] Release note for WoA-hosted LLVM 12 binary

Reviewed By: peterwaller-arm

Differential Revision: https://reviews.llvm.org/D98415

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index b35d81c60b7b..f3499d167361 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
 ---------------------------
 


        


More information about the llvm-branch-commits mailing list