[llvm-commits] [llvm] r42231 - /llvm/trunk/docs/Stacker.html

Bill Wendling isanbard at gmail.com
Sat Sep 22 03:13:39 PDT 2007


Author: void
Date: Sat Sep 22 05:13:39 2007
New Revision: 42231

URL: http://llvm.org/viewvc/llvm-project?rev=42231&view=rev
Log:
Validation fixes

Modified:
    llvm/trunk/docs/Stacker.html

Modified: llvm/trunk/docs/Stacker.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/Stacker.html?rev=42231&r1=42230&r2=42231&view=diff

==============================================================================
--- llvm/trunk/docs/Stacker.html (original)
+++ llvm/trunk/docs/Stacker.html Sat Sep 22 05:13:39 2007
@@ -1296,19 +1296,26 @@
 </div>
 <!-- ======================================================================= -->
 <div class="doc_subsection"> <a name="directory">Directory Structure</a></div>
+
 <div class="doc_text">
 <p>The source code, test programs, and sample programs can all be found
 in the LLVM repository named <tt>llvm-stacker</tt> This should be checked out to
 the <tt>projects</tt> directory so that it will auto-configure. To do that, make
 sure you have the llvm sources in <tt><i>llvm</i></tt> 
 (see <a href="GettingStarted.html">Getting Started</a>) and then use these 
-commands:<pre>
-    svn co http://llvm.org/svn/llvm-project/llvm-top/trunk llvm-top
-    cd llvm-top
-    make build MODULE=stacker
-</p>
+commands:</p>
+
+<div class="doc_code">
+<pre>
+% svn co http://llvm.org/svn/llvm-project/llvm-top/trunk llvm-top
+% cd llvm-top
+% make build MODULE=stacker
+</pre>
+</div>
+
 <p>Under the <tt>projects/llvm-stacker</tt> directory you will find the
 implementation of the Stacker compiler, as follows:</p>
+
 <ul>
     <li><em>lib</em> - contains most of the source code
     <ul>
@@ -1323,11 +1330,14 @@
     <li><em>sample</em> - contains the sample programs</li>
 </ul>
 </div>
+
 <!-- ======================================================================= -->
 <div class="doc_subsection"><a name="lexer"></a>The Lexer</div>
+
 <div class="doc_text">
 <p>See projects/llvm-stacker/lib/compiler/Lexer.l</p>
 </div>
+
 <!-- ======================================================================= -->
 <div class="doc_subsection"><a name="parser"></a>The Parser</div>
 <div class="doc_text">





More information about the llvm-commits mailing list