diff options
author | Chris Lattner <sabre@nondot.org> | 2010-05-04 05:19:07 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-05-04 05:19:07 +0000 |
commit | 2dd1552588a4ba1906b587ff29d0147b7fe901de (patch) | |
tree | 4e9d7186c9f07a8b81e93c335ed989fe52b5de01 /compiler-rt/www | |
parent | 9720514f3be323f8433dc6280cc5d278ab5c9757 (diff) | |
download | bcm5719-llvm-2dd1552588a4ba1906b587ff29d0147b7fe901de.tar.gz bcm5719-llvm-2dd1552588a4ba1906b587ff29d0147b7fe901de.zip |
improve bullets, patch by Mike Miller
llvm-svn: 103000
Diffstat (limited to 'compiler-rt/www')
-rw-r--r-- | compiler-rt/www/index.html | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/compiler-rt/www/index.html b/compiler-rt/www/index.html index ec62b6d98a8..f8863f8c3bf 100644 --- a/compiler-rt/www/index.html +++ b/compiler-rt/www/index.html @@ -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> |