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 | 9099e3ed2717d065883737496fc596ab00e58af6 (patch) | |
tree | 324448c7929f9eb9a967118bd435ea17c35cd0dd /docs/CommandGuide | |
parent | 8ec085cb146a4318bf7863ae4d41d68300e20437 (diff) | |
download | external_llvm-9099e3ed2717d065883737496fc596ab00e58af6.zip external_llvm-9099e3ed2717d065883737496fc596ab00e58af6.tar.gz external_llvm-9099e3ed2717d065883737496fc596ab00e58af6.tar.bz2 |
Add link to the stkrc page
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14734 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r-- | docs/CommandGuide/index.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/CommandGuide/index.html b/docs/CommandGuide/index.html index 1ed21ce..a3f0c34 100644 --- a/docs/CommandGuide/index.html +++ b/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> |