From 70fdca4b7f2e8c004fca8ace7c39acf88976f175 Mon Sep 17 00:00:00 2001
From: Chris Lattner
Date: Sun, 11 Oct 2009 19:02:54 +0000
Subject: duncan points out that llvm-gcc doesn't do the right thing with
-fverbose-asm yet.
llvm-svn: 83781
---
llvm/docs/ReleaseNotes-2.6.html | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
(limited to 'llvm/docs')
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:
-- 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
--
cgit v1.2.3