summaryrefslogtreecommitdiff
path: root/docs/tools
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2013-12-20 17:39:42 +0000
committerAdrian Prantl <aprantl@apple.com>2013-12-20 17:39:42 +0000
commitb50a091f25635b6362a80f982ffbebb6aa3478a3 (patch)
treefbe3bc449dd8a0dc7ddd6a44e694df006d60ff53 /docs/tools
parent1fbd511a3a881ce1d725a24be85a95c9e0c92001 (diff)
downloadclang-b50a091f25635b6362a80f982ffbebb6aa3478a3.tar.gz
Remove an outdated statement about debugging optimized code.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@197820 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/tools')
-rw-r--r--docs/tools/clang.pod3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/tools/clang.pod b/docs/tools/clang.pod
index 23fa913f91..c051005c90 100644
--- a/docs/tools/clang.pod
+++ b/docs/tools/clang.pod
@@ -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>