mirror of
https://github.com/RPCSX/llvm.git
synced 2025-04-03 00:31:49 +00:00
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:
parent
6bd9f586d9
commit
4630e4ddcf
@ -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>
|
||||
|
||||
<!-- ======================================================================= -->
|
||||
|
1428
docs/Stacker.html
1428
docs/Stacker.html
File diff suppressed because it is too large
Load Diff
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user