[llvm-branch-commits] [llvm] f290f3b - doc: Add a release note for the changed comment char for aarch64-msvc targets

Martin Storsjö via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Feb 16 05:01:28 PST 2021


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
 --------------------------
 


        


More information about the llvm-branch-commits mailing list