aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-11-25 03:32:57 +0000
committerChris Lattner <sabre@nondot.org>2003-11-25 03:32:57 +0000
commit22e4686974c01a7df8fa237ee541d0d514a1462e (patch)
treeb6b3f2bbe3492c3feccc60702215fa561d837f2f
parent0b404c83f462719c240d0faea6df1f90f097b02f (diff)
downloadexternal_llvm-22e4686974c01a7df8fa237ee541d0d514a1462e.zip
external_llvm-22e4686974c01a7df8fa237ee541d0d514a1462e.tar.gz
external_llvm-22e4686974c01a7df8fa237ee541d0d514a1462e.tar.bz2
add link to the stacker dox
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10203 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/index.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html
index 5dc1da0..b9770e9 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -183,6 +183,15 @@ LLVM Programming Documentation:
<p>
<dt>
+ The Stacker Cronicles
+ <dd>
+ <a href="Stacker.html">The Stacker Cronicles</a>
+ - This document describes both the Stacker language and
+ LLVM frontend, but also some details about LLVM useful for
+ those writing front-ends.<p>
+
+
+ <dt>
Command Line Library:
<dd>
<a href="CommandLine.html"> llvm/docs/CommandLine.html</a>