diff options
| author | Adrian Prantl <aprantl@apple.com> | 2013-12-20 17:39:42 +0000 |
|---|---|---|
| committer | Adrian Prantl <aprantl@apple.com> | 2013-12-20 17:39:42 +0000 |
| commit | 4efc8054021b0ee870604c7242feaadb3641d01f (patch) | |
| tree | af93fc1b341f9c8f65e9fef308302683935c3922 /clang/docs/tools | |
| parent | f418b10972f9b661c376709b24801170fa4e42ca (diff) | |
| download | bcm5719-llvm-4efc8054021b0ee870604c7242feaadb3641d01f.tar.gz bcm5719-llvm-4efc8054021b0ee870604c7242feaadb3641d01f.zip | |
Remove an outdated statement about debugging optimized code.
llvm-svn: 197820
Diffstat (limited to 'clang/docs/tools')
| -rw-r--r-- | clang/docs/tools/clang.pod | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/docs/tools/clang.pod b/clang/docs/tools/clang.pod index 23fa913f91b..c051005c904 100644 --- a/clang/docs/tools/clang.pod +++ b/clang/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> |

