Author: Martin Storsjö
Date: 2021-02-16T15:00:54+02:00
New Revision: f290f3bfc5c900bd46992c9419c53a76f08a58cc

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

LOG: doc: Add a release note for the changed comment char for aarch64-msvc 
targets

This was backported in a6ea391b832573830b011f26013ebaa946032250.

Added: 
    

Modified: 
    llvm/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index f2eb53778406a..c1bda3339a9ef 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -111,6 +111,10 @@ During this release ...
   ``:lo12:`` relocation specifiers, to allow the assembly output
   to actually be assembled.
 
+* Changed the assembly comment string for MSVC targets to ``//`` (consistent
+  with the MinGW and ELF targets), freeing up ``;`` to be used as
+  statement separator.
+
 Changes to the ARM Backend
 --------------------------
 


        
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to