diff options
author | Chris Lattner <sabre@nondot.org> | 2004-07-10 21:43:12 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-07-10 21:43:12 +0000 |
commit | f61dbbaa7cb24b447bb94f7c3064b259701d3c6b (patch) | |
tree | 0dd163ba249a72c108b3850ccf706b83380c5c47 | |
parent | 487b1e5bf4337aade62f539981ed9ef18e9e0747 (diff) | |
download | bcm5719-llvm-f61dbbaa7cb24b447bb94f7c3064b259701d3c6b.tar.gz bcm5719-llvm-f61dbbaa7cb24b447bb94f7c3064b259701d3c6b.zip |
Add link to the stkrc page
llvm-svn: 14734
-rw-r--r-- | llvm/docs/CommandGuide/index.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/llvm/docs/CommandGuide/index.html b/llvm/docs/CommandGuide/index.html index 1ed21ce863c..a3f0c34a6a9 100644 --- a/llvm/docs/CommandGuide/index.html +++ b/llvm/docs/CommandGuide/index.html @@ -66,12 +66,11 @@ options) arguments to the tool you are interested in.</p> <!-- *********************************************************************** --> <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 @@ options) arguments to the tool you are interested in.</p> <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> |