aboutsummaryrefslogtreecommitdiffstats
path: root/docs/SourceLevelDebugging.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-04-05 04:11:11 +0000
committerChris Lattner <sabre@nondot.org>2010-04-05 04:11:11 +0000
commitd961f27efc2c54fb3eb9bc1eff5a6346cb30eafd (patch)
tree3b4a5bb400f443db0a3c6f46a8e3dc57b0d7b43c /docs/SourceLevelDebugging.html
parent8b9430cbf64da05fcefd445f6a997260ba7fbc28 (diff)
downloadexternal_llvm-d961f27efc2c54fb3eb9bc1eff5a6346cb30eafd.zip
external_llvm-d961f27efc2c54fb3eb9bc1eff5a6346cb30eafd.tar.gz
external_llvm-d961f27efc2c54fb3eb9bc1eff5a6346cb30eafd.tar.bz2
don't reference DwarfWriter
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100401 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/SourceLevelDebugging.html')
-rw-r--r--docs/SourceLevelDebugging.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/SourceLevelDebugging.html b/docs/SourceLevelDebugging.html
index ed2211f..e4c8460 100644
--- a/docs/SourceLevelDebugging.html
+++ b/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>