diff options
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r-- | docs/GettingStarted.html | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 4d41208..2bc17ea 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -155,8 +155,8 @@ also be a good place to start.</p> <li><tt>cd <i>where-you-want-to-build-llvm</i></tt></li> <li><tt>mkdir build</tt> (for building without polluting the source dir)</li> <li><tt>cd build</tt></li> - <li><tt>../llvm/configure [options]</tt></li> - Some common options: + <li><tt>../llvm/configure [options]</tt> + <br>Some common options: <ul> <li><tt>--prefix=<i>directory</i></tt> - @@ -174,7 +174,7 @@ also be a good place to start.</p> <li><tt>--enable-assertions</tt> - Compile with assertion checks enabled (default is YES).</li> </ul> - + </li> <li><tt>make [-j]</tt> - The -j specifies the number of jobs (commands) to run simultaneously. This builds both LLVM and Clang for Debug+Asserts mode. The --enabled-optimized configure option is used to specify a Release build.</li> @@ -192,7 +192,6 @@ also be a good place to start.</p> </ul> </li> - </ol> </ol> @@ -1389,7 +1388,7 @@ different <a href="#tools">tools</a>.</p> <dd> This directory contains files that describe various target architectures for code generation. For example, the <tt>llvm/lib/Target/X86</tt> directory holds the X86 machine description while - <tt>llvm/lib/Target/CBackend</tt> implements the LLVM-to-C converter.</dd> + <tt>llvm/lib/Target/ARM</tt> implements the ARM backend.</dd> <dt><tt><b>llvm/lib/CodeGen/</b></tt></dt> <dd> This directory contains the major parts of the code generator: Instruction |