[llvm] r207981 - Be a bit more specific in the release notes.
Rafael Espindola
rafael.espindola at gmail.com
Mon May 5 10:53:30 PDT 2014
Author: rafael
Date: Mon May 5 12:53:29 2014
New Revision: 207981
URL: http://llvm.org/viewvc/llvm-project?rev=207981&view=rev
Log:
Be a bit more specific in the release notes.
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=207981&r1=207980&r2=207981&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.rst (original)
+++ llvm/trunk/docs/ReleaseNotes.rst Mon May 5 12:53:29 2014
@@ -52,7 +52,8 @@ Non-comprehensive list of changes in thi
* llvm-ar now handles IR files like regular object files. In particular, a
regular symbol table is created for symbols defined in IR files.
-* llvm now requires assemblers that support cfi directives.
+* LLVM now always uses cfi directives for producing most stack
+ unwinding information.
.. NOTE
For small 1-3 sentence descriptions, just add an entry at the end of
More information about the llvm-commits
mailing list