summaryrefslogtreecommitdiffstats
path: root/llvm/docs/GettingStarted.html
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-03-27 11:25:16 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-03-27 11:25:16 +0000
commitc9d9b92dc119dbfce7201100991a281d93f4f191 (patch)
treedb3f92f6e9e017e0d35705b8ae7f406b66dac5fb /llvm/docs/GettingStarted.html
parentb9e35fbc1ef10d4fd1ab8f174933e5501e952184 (diff)
downloadbcm5719-llvm-c9d9b92dc119dbfce7201100991a281d93f4f191.tar.gz
bcm5719-llvm-c9d9b92dc119dbfce7201100991a281d93f4f191.zip
llvm/docs/*.html: Fix markups.
llvm-svn: 153508
Diffstat (limited to 'llvm/docs/GettingStarted.html')
-rw-r--r--llvm/docs/GettingStarted.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html
index 575ec04a86f..2bc17ea8c10 100644
--- a/llvm/docs/GettingStarted.html
+++ b/llvm/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>
OpenPOWER on IntegriCloud