duncan points out that llvm-gcc doesn't do the right thing with -fverbose-asm yet.
authorChris Lattner <sabre@nondot.org>
Sun, 11 Oct 2009 19:02:54 +0000 (19:02 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 11 Oct 2009 19:02:54 +0000 (19:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83781 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes-2.6.html

index 0638baeb5e316d6c909a6781adb54759ed7791d0..bb0674d404de3ce5f0ada753c8b40c2c81f4be5e 100644 (file)
@@ -611,8 +611,9 @@ it run faster:</p>
 
 <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