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

Misha Brukman brukman at cs.uiuc.edu
Wed May 12 16:26:08 PDT 2004


Changes in directory llvm/docs:

HowToSubmitABug.html updated: 1.18 -> 1.19
SourceLevelDebugging.html updated: 1.3 -> 1.4

---
Log message:

Use the images in the img/ directory.


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

Index: llvm/docs/HowToSubmitABug.html
diff -u llvm/docs/HowToSubmitABug.html:1.18 llvm/docs/HowToSubmitABug.html:1.19
--- llvm/docs/HowToSubmitABug.html:1.18	Tue May 11 19:57:24 2004
+++ llvm/docs/HowToSubmitABug.html	Wed May 12 16:26:16 2004
@@ -36,7 +36,7 @@
 
 </td>
 <td align="right">
-  <img src="Debugging.gif" alt="Debugging" width="444" height="314">
+  <img src="img/Debugging.gif" alt="Debugging" width="444" height="314">
 </td>
 </tr>
 </table>
@@ -341,7 +341,7 @@
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
   <br>
-  Last modified: $Date: 2004/05/12 00:57:24 $
+  Last modified: $Date: 2004/05/12 21:26:16 $
 </address>
 
 </body>


Index: llvm/docs/SourceLevelDebugging.html
diff -u llvm/docs/SourceLevelDebugging.html:1.3 llvm/docs/SourceLevelDebugging.html:1.4
--- llvm/docs/SourceLevelDebugging.html:1.3	Wed May 12 14:21:57 2004
+++ llvm/docs/SourceLevelDebugging.html	Wed May 12 16:26:16 2004
@@ -62,7 +62,7 @@
 </ul>
 </td>
 <td align="right" valign="top">
-<img src="venusflytrap.jpg" alt="A leafy and green bug eater" width="247"
+<img src="img/venusflytrap.jpg" alt="A leafy and green bug eater" width="247"
 height="369">
 </td>
 </tr>
@@ -1107,7 +1107,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/05/12 19:21:57 $
+  Last modified: $Date: 2004/05/12 21:26:16 $
 </address>
 
 </body>





More information about the llvm-commits mailing list