From cbf1edb8755451f0d8951ee0cece7055b464c34a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 19 Jul 2004 19:30:40 +0000 Subject: [PATCH] Fix broken link git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15008 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/SourceLevelDebugging.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/SourceLevelDebugging.html b/docs/SourceLevelDebugging.html index 70677a71e71..523eb1af801 100644 --- a/docs/SourceLevelDebugging.html +++ b/docs/SourceLevelDebugging.html @@ -81,8 +81,8 @@ height="369">

This document is the central repository for all information pertaining to debug information in LLVM. It describes the user -interface for the llvm-db -tool, which provides a powerful source-level debugger +interface for the llvm-db tool, which provides a +powerful source-level debugger to users of LLVM-based compilers. It then describes the various components that make up the debugger and the libraries which future clients may use. Finally, it describes the