diff options
author | Chris Lattner <sabre@nondot.org> | 2010-04-05 04:11:11 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-04-05 04:11:11 +0000 |
commit | 904f21700c9186a1f27a82c2efd6dc3c3a3c8ecc (patch) | |
tree | 3e416c302fa3f4f3058a25ace3c5ce36212251ae /llvm/docs/SourceLevelDebugging.html | |
parent | f5d063685089615d31b0236c786807c4251f26cd (diff) | |
download | bcm5719-llvm-904f21700c9186a1f27a82c2efd6dc3c3a3c8ecc.tar.gz bcm5719-llvm-904f21700c9186a1f27a82c2efd6dc3c3a3c8ecc.zip |
don't reference DwarfWriter
llvm-svn: 100401
Diffstat (limited to 'llvm/docs/SourceLevelDebugging.html')
-rw-r--r-- | llvm/docs/SourceLevelDebugging.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/SourceLevelDebugging.html b/llvm/docs/SourceLevelDebugging.html index ed2211f2cf3..e4c84606107 100644 --- a/llvm/docs/SourceLevelDebugging.html +++ b/llvm/docs/SourceLevelDebugging.html @@ -144,7 +144,7 @@ height="369"> an LLVM user a relationship between generated code and the original program source code.</p> -<p>Currently, debug information is consumed by the DwarfWriter to produce dwarf +<p>Currently, debug information is consumed by DwarfDebug to produce dwarf information used by the gdb debugger. Other targets could use the same information to produce stabs or other debug forms.</p> |