diff options
author | Chris Lattner <sabre@nondot.org> | 2008-08-11 06:13:31 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-08-11 06:13:31 +0000 |
commit | 7b7b67872fc105b1b12c0e6e979fea5a158cc132 (patch) | |
tree | 8b537ac380bee279f2c46c348022020e6d082a13 /llvm/docs/GettingStarted.html | |
parent | 4d3a5f08171dd137d1ae4e534c1e0a97e0f493f3 (diff) | |
download | llvm-7b7b67872fc105b1b12c0e6e979fea5a158cc132.zip llvm-7b7b67872fc105b1b12c0e6e979fea5a158cc132.tar.gz llvm-7b7b67872fc105b1b12c0e6e979fea5a158cc132.tar.bz2 |
the stacker doc is way out of date.
llvm-svn: 54631
Diffstat (limited to 'llvm/docs/GettingStarted.html')
-rw-r--r-- | llvm/docs/GettingStarted.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html index d057390..3110ac6 100644 --- a/llvm/docs/GettingStarted.html +++ b/llvm/docs/GettingStarted.html @@ -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> <!-- ======================================================================= --> |