diff options
author | Chris Lattner <sabre@nondot.org> | 2004-07-19 19:30:40 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-07-19 19:30:40 +0000 |
commit | cbf1edb8755451f0d8951ee0cece7055b464c34a (patch) | |
tree | ebed20c26ef469392cb624db484c796f4ca47194 /docs | |
parent | 9f9398e519f663039e9f6a544f5c41e62a24d073 (diff) | |
download | external_llvm-cbf1edb8755451f0d8951ee0cece7055b464c34a.zip external_llvm-cbf1edb8755451f0d8951ee0cece7055b464c34a.tar.gz external_llvm-cbf1edb8755451f0d8951ee0cece7055b464c34a.tar.bz2 |
Fix broken link
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15008 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/SourceLevelDebugging.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/SourceLevelDebugging.html b/docs/SourceLevelDebugging.html index 70677a7..523eb1a 100644 --- a/docs/SourceLevelDebugging.html +++ b/docs/SourceLevelDebugging.html @@ -81,8 +81,8 @@ height="369"> <p>This document is the central repository for all information pertaining to debug information in LLVM. It describes the <a href="#llvm-db">user -interface</a> for the <a href="CommandGuide/llvm-db.html"><tt>llvm-db</tt> -tool</a>, which provides a powerful <a href="#llvm-db">source-level debugger</a> +interface</a> for the <tt>llvm-db</tt> tool, which provides a +powerful <a href="#llvm-db">source-level debugger</a> to users of LLVM-based compilers. It then describes the <a href="#architecture">various components</a> that make up the debugger and the libraries which future clients may use. Finally, it describes the <a |