aboutsummaryrefslogtreecommitdiff
path: root/docs/SourceLevelDebugging.html
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-06-03 23:42:24 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-06-03 23:42:24 +0000
commit179bf4bf398cbe8fa400fd6c5e875b9f8a7280de (patch)
tree8431fba8835e4890e1d73af194079c8998bd1a41 /docs/SourceLevelDebugging.html
parentd15516ea46bff5f260751323a95f9f52a254a3e5 (diff)
Fix broken internal link.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14002 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 de8dad4223..70677a71e7 100644
--- a/docs/SourceLevelDebugging.html
+++ b/docs/SourceLevelDebugging.html
@@ -971,7 +971,7 @@ source-language-specific information in addition to the fields required by the
LLVM debugger. See the <a href="#ccxx_descriptors">section on the C/C++
front-end</a> for more information. Also remember that global objects
(functions, selectors, global variables, etc) must contain an <a
-href="format_common_anchors">anchor</a> to the <tt>llvm.dbg.globals</tt>
+href="#format_common_anchors">anchor</a> to the <tt>llvm.dbg.globals</tt>
variable.</p>
</div>