From: Chris Lattner
Date: Sun, 11 Oct 2009 19:02:54 +0000 (+0000)
Subject: duncan points out that llvm-gcc doesn't do the right thing with -fverbose-asm yet.
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8cf648b068cc1b1c82234971535ecd90eba9c95e;p=oota-llvm.git
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
---
diff --git a/docs/ReleaseNotes-2.6.html b/docs/ReleaseNotes-2.6.html
index 0638baeb5e3..bb0674d404d 100644
--- a/docs/ReleaseNotes-2.6.html
+++ b/docs/ReleaseNotes-2.6.html
@@ -611,8 +611,9 @@ it run faster:
-- The llc -asm-verbose option (exposed from llvm-gcc and clang as
- -fverbose-asm) now adds a lot of useful information in comments to
+
- The llc -asm-verbose option (exposed from llvm-gcc as (-dA)
+ and clang as -fverbose-asm or -dA) now adds a lot of
+ useful information in comments to
the generated .s file. This information includes location information (if
built with -g) and loop nest information.
- The code generator now supports a new MachineVerifier pass which is useful