[llvm-commits] [llvm] r83781 - /llvm/trunk/docs/ReleaseNotes-2.6.html

Chris Lattner sabre at nondot.org
Sun Oct 11 12:02:54 PDT 2009


Author: lattner
Date: Sun Oct 11 14:02:54 2009
New Revision: 83781

URL: http://llvm.org/viewvc/llvm-project?rev=83781&view=rev
Log:
duncan points out that llvm-gcc doesn't do the right thing with -fverbose-asm yet.

Modified:
    llvm/trunk/docs/ReleaseNotes-2.6.html

Modified: llvm/trunk/docs/ReleaseNotes-2.6.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes-2.6.html?rev=83781&r1=83780&r2=83781&view=diff

==============================================================================
--- llvm/trunk/docs/ReleaseNotes-2.6.html (original)
+++ llvm/trunk/docs/ReleaseNotes-2.6.html Sun Oct 11 14:02:54 2009
@@ -611,8 +611,9 @@
 
 <ul>
 
-<li>The <tt>llc -asm-verbose</tt> option (exposed from llvm-gcc and clang as
-    <tt>-fverbose-asm</tt>) now adds a lot of useful information in comments to
+<li>The <tt>llc -asm-verbose</tt> option (exposed from llvm-gcc as (<tt>-dA</tt>) 
+    and clang as <tt>-fverbose-asm</tt> or <tt>-dA</tt>) now adds a lot of 
+    useful information in comments to
     the generated .s file.  This information includes location information (if
     built with <tt>-g</tt>) and loop nest information.</li>
 <li>The code generator now supports a new MachineVerifier pass which is useful





More information about the llvm-commits mailing list