[llvm-commits] CVS: llvm/docs/CommandGuide/index.html
Chris Lattner
lattner at cs.uiuc.edu
Sat Jul 10 16:44:01 PDT 2004
Changes in directory llvm/docs/CommandGuide:
index.html updated: 1.17 -> 1.18
---
Log message:
Add link to the stkrc page
---
Diffs of the changes: (+6 -3)
Index: llvm/docs/CommandGuide/index.html
diff -u llvm/docs/CommandGuide/index.html:1.17 llvm/docs/CommandGuide/index.html:1.18
--- llvm/docs/CommandGuide/index.html:1.17 Sat Jul 10 01:06:56 2004
+++ llvm/docs/CommandGuide/index.html Sat Jul 10 16:43:12 2004
@@ -66,12 +66,11 @@
<!-- *********************************************************************** -->
<div class="doc_section">
- <a name="frontend">C and C++ Front-end Commands</a>
+ <a name="frontend">C, C++, and Stacker Front-end Commands</a>
</div>
<!-- *********************************************************************** -->
<div class="doc_text">
-
<ul>
<li><a href="html/llvmgcc.html"><b>llvmgcc</b></a> -
@@ -86,6 +85,10 @@
<li><a href="html/gccld.html"><b>gccld</b></a> -
linker and link-time optimizer used by llvm-g++ and llvm-gcc</li>
+<li><a href="html/stkrc.html"><b>stkrc</b></a> -
+ front-end compiler for the <a href="../Stacker.html">Stacker</a>
+ language</li>
+
</ul>
</div>
@@ -125,7 +128,7 @@
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
<a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/07/10 06:06:56 $
+ Last modified: $Date: 2004/07/10 21:43:12 $
</address>
</body>
More information about the llvm-commits
mailing list