[llvm-commits] CVS: llvm/docs/Stacker.html
Chris Lattner
lattner at cs.uiuc.edu
Sun Nov 30 23:13:01 PST 2003
Changes in directory llvm/docs:
Stacker.html updated: 1.4 -> 1.5
---
Log message:
fix broken link
---
Diffs of the changes: (+2 -2)
Index: llvm/docs/Stacker.html
diff -u llvm/docs/Stacker.html:1.4 llvm/docs/Stacker.html:1.5
--- llvm/docs/Stacker.html:1.4 Mon Nov 24 19:44:27 2003
+++ llvm/docs/Stacker.html Sun Nov 30 23:12:09 2003
@@ -1337,7 +1337,7 @@
<li>Provide for I/O to arbitrary files instead of just stdin/stdout.</li>
<li>Write additional built-in words.</li>
<li>Write additional sample Stacker programs.</li>
- <li>Add your own compiler writing experiences and tips in the <a href="lessons">
+ <li>Add your own compiler writing experiences and tips in the <a href="#lessons">
Lessons I Learned About LLVM</a> section.</li>
</ol>
</div>
@@ -1346,6 +1346,6 @@
<div class="doc_footer">
<address><a href="mailto:rspencer at x10sys.com">Reid Spencer</a></address>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
-<br>Last modified: $Date: 2003/11/25 01:44:27 $ </div>
+<br>Last modified: $Date: 2003/12/01 05:12:09 $ </div>
</body>
</html>
More information about the llvm-commits
mailing list