[llvm-commits] [compiler-rt] r103000 - /compiler-rt/trunk/www/index.html
Chris Lattner
sabre at nondot.org
Mon May 3 22:19:07 PDT 2010
Author: lattner
Date: Tue May 4 00:19:07 2010
New Revision: 103000
URL: http://llvm.org/viewvc/llvm-project?rev=103000&view=rev
Log:
improve bullets, patch by Mike Miller
Modified:
compiler-rt/trunk/www/index.html
Modified: compiler-rt/trunk/www/index.html
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/www/index.html?rev=103000&r1=102999&r2=103000&view=diff
==============================================================================
--- compiler-rt/trunk/www/index.html (original)
+++ compiler-rt/trunk/www/index.html Tue May 4 00:19:07 2010
@@ -130,9 +130,17 @@
<li>cd build</li>
<li>cmake ../compiler-rt</li>
<li>make</li>
- <li>To run the Compiler-RT Test Suit (recommended):</li>
+ </ul>
+
+ <p>To run the Compiler-RT Test Suit (recommended):</p>
+
+ <ul>
<li>ctest</li>
- <li>To Install:</li>
+ </ul>
+
+ <p>To Install:</p>
+
+ <ul>
<li>make install</li>
</ul>
More information about the llvm-commits
mailing list