[llvm] r201770 - Added release note about making all inline assembly parsed (even for assembly

Daniel Sanders daniel.sanders at imgtec.com
Thu Feb 20 01:24:16 PST 2014


Author: dsanders
Date: Thu Feb 20 03:24:15 2014
New Revision: 201770

URL: http://llvm.org/viewvc/llvm-project?rev=201770&view=rev
Log:
Added release note about making all inline assembly parsed (even for assembly
output) when the integrated assembler is enabled.

Modified:
    llvm/trunk/docs/ReleaseNotes.rst

Modified: llvm/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.rst?rev=201770&r1=201769&r2=201770&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.rst (original)
+++ llvm/trunk/docs/ReleaseNotes.rst Thu Feb 20 03:24:15 2014
@@ -47,6 +47,10 @@ Non-comprehensive list of changes in thi
   numbers. The old support for printing the debug line info directly was only
   used by ``llc`` and has been removed.
 
+* All inline assembly is parsed by the integrated assembler when it is enabled.
+  Previously this was only the case for object-file output. It is now the case
+  for assembly output as well.
+
 .. NOTE
    For small 1-3 sentence descriptions, just add an entry at the end of
    this list. If your description won't fit comfortably in one bullet





More information about the llvm-commits mailing list