summaryrefslogtreecommitdiffstats
path: root/llvm/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-10-11 19:02:54 +0000
committerChris Lattner <sabre@nondot.org>2009-10-11 19:02:54 +0000
commit70fdca4b7f2e8c004fca8ace7c39acf88976f175 (patch)
tree6f6b5df84f3a6c6ffd8924e7d0cc677d10da07f5 /llvm/docs
parentc7cf0b223bd637365ff5730158db78976f6bce9e (diff)
downloadbcm5719-llvm-70fdca4b7f2e8c004fca8ace7c39acf88976f175.tar.gz
bcm5719-llvm-70fdca4b7f2e8c004fca8ace7c39acf88976f175.zip
duncan points out that llvm-gcc doesn't do the right thing with -fverbose-asm yet.
llvm-svn: 83781
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/ReleaseNotes-2.6.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/docs/ReleaseNotes-2.6.html b/llvm/docs/ReleaseNotes-2.6.html
index 0638baeb5e3..bb0674d404d 100644
--- a/llvm/docs/ReleaseNotes-2.6.html
+++ b/llvm/docs/ReleaseNotes-2.6.html
@@ -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
OpenPOWER on IntegriCloud