r197820 - Remove an outdated statement about debugging optimized code.

Adrian Prantl aprantl at apple.com
Fri Dec 20 09:39:42 PST 2013


Author: adrian
Date: Fri Dec 20 11:39:42 2013
New Revision: 197820

URL: http://llvm.org/viewvc/llvm-project?rev=197820&view=rev
Log:
Remove an outdated statement about debugging optimized code.

Modified:
    cfe/trunk/docs/tools/clang.pod

Modified: cfe/trunk/docs/tools/clang.pod
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/tools/clang.pod?rev=197820&r1=197819&r2=197820&view=diff
==============================================================================
--- cfe/trunk/docs/tools/clang.pod (original)
+++ cfe/trunk/docs/tools/clang.pod Fri Dec 20 11:39:42 2013
@@ -310,8 +310,7 @@ Currently equivalent to B<-O3>
 =item B<-g>
 
 Generate debug information.  Note that Clang debug information works best at
-B<-O0>.  At higher optimization levels, only line number information is
-currently available.
+B<-O0>.
 
 =item B<-flimit-debug-info> B<-fno-limit-debug-info>
 





More information about the cfe-commits mailing list