the stacker doc is way out of date.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54631 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2008-08-11 06:13:31 +00:00
parent 6bd9f586d9
commit 4630e4ddcf
3 changed files with 1 additions and 1434 deletions

View File

@ -1291,8 +1291,7 @@ different <a href="#tools">tools</a>.</p>
<p>This directory contains projects that are not strictly part of LLVM but are
shipped with LLVM. This is also the directory where you should create your own
LLVM-based projects. See <tt>llvm/projects/sample</tt> for an example of how
to set up your own project. See <tt>llvm/projects/Stacker</tt> for a fully
functional example of a compiler front end.</p>
to set up your own project.</p>
</div>
<!-- ======================================================================= -->

File diff suppressed because it is too large Load Diff

View File

@ -195,10 +195,6 @@ generator.</li>
on how to write a new alias analysis implementation or how to use existing
analyses.</li>
<li><a href="Stacker.html">The Stacker Chronicles</a> - This document
describes both the Stacker language and LLVM frontend, but also some details
about LLVM useful for those writing front-ends.</li>
<li><a href="GarbageCollection.html">Accurate Garbage Collection with
LLVM</a> - The interfaces source-language compilers should use for compiling
GC'd programs.</li>