[llvm-commits] CVS: llvm/docs/SourceLevelDebugging.html

Misha Brukman brukman at cs.uiuc.edu
Thu Jun 3 18:47:07 PDT 2004


Changes in directory llvm/docs:

SourceLevelDebugging.html updated: 1.6 -> 1.7

---
Log message:

Fix broken internal link.


---
Diffs of the changes:  (+2 -2)

Index: llvm/docs/SourceLevelDebugging.html
diff -u llvm/docs/SourceLevelDebugging.html:1.6 llvm/docs/SourceLevelDebugging.html:1.7
--- llvm/docs/SourceLevelDebugging.html:1.6	Thu Jun  3 18:33:10 2004
+++ llvm/docs/SourceLevelDebugging.html	Thu Jun  3 18:42:24 2004
@@ -971,7 +971,7 @@
 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>
 
@@ -1111,7 +1111,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/06/03 23:33:10 $
+  Last modified: $Date: 2004/06/03 23:42:24 $
 </address>
 
 </body>





More information about the llvm-commits mailing list