aboutsummaryrefslogtreecommitdiffstats
path: root/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
commit8cf648b068cc1b1c82234971535ecd90eba9c95e (patch)
treece277f085fdd2a48719895678532d7589d47ef56 /docs
parent706945764a963b33c16886a80c0958ba65c1a0ae (diff)
downloadexternal_llvm-8cf648b068cc1b1c82234971535ecd90eba9c95e.zip
external_llvm-8cf648b068cc1b1c82234971535ecd90eba9c95e.tar.gz
external_llvm-8cf648b068cc1b1c82234971535ecd90eba9c95e.tar.bz2
duncan points out that llvm-gcc doesn't do the right thing with -fverbose-asm yet.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83781 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes-2.6.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/ReleaseNotes-2.6.html b/docs/ReleaseNotes-2.6.html
index 0638bae..bb0674d 100644
--- a/docs/ReleaseNotes-2.6.html
+++ b/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