From 72826f61710a8bdc421ddc5f8c2ed10bf6873de8 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Wed, 17 Jan 2007 05:37:42 +0000 Subject: Update for changes in location of Stacker. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33293 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/Stacker.html | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) (limited to 'docs') diff --git a/docs/Stacker.html b/docs/Stacker.html index 51446edfca..225a27bbf7 100644 --- a/docs/Stacker.html +++ b/docs/Stacker.html @@ -1298,11 +1298,16 @@ remainder of the story.
Directory Structure

The source code, test programs, and sample programs can all be found -under the LLVM "projects" directory. You will need to obtain the LLVM sources -to find it (either via anonymous CVS or a tarball. See the -Getting Started document).

-

Under the "projects" directory there is a directory named "Stacker". That -directory contains everything, as follows:

+in the LLVM repository named llvm-stacker This should be checked out to +the projects directory so that it will auto-configure. To do that, make +sure you have the llvm sources in llvm +(see Getting Started) and then use these +commands:
+    cd llvm/projects
+    cvs co llvm-stacker
+

+

Under the projects/llvm-stacker directory you will find the +implementation of the Stacker compiler, as follows: