diff options
| author | Misha Brukman <brukman+llvm@gmail.com> | 2008-12-11 18:23:24 +0000 |
|---|---|---|
| committer | Misha Brukman <brukman+llvm@gmail.com> | 2008-12-11 18:23:24 +0000 |
| commit | 21a637032374728566d39e4f10d757880441d695 (patch) | |
| tree | e4dafd16017cc2ba917d1ebbe207d25660e57a8b /llvm/docs/GettingStarted.html | |
| parent | 0091c26b2bbf7648b8fbcbf3dd93296c87b51420 (diff) | |
| download | bcm5719-llvm-21a637032374728566d39e4f10d757880441d695.tar.gz bcm5719-llvm-21a637032374728566d39e4f10d757880441d695.zip | |
Removed warnings from HTML 4.01 validator: trailing slashes in <br> and <img>
tags are not needed in HTML, only XML.
llvm-svn: 60885
Diffstat (limited to 'llvm/docs/GettingStarted.html')
| -rw-r--r-- | llvm/docs/GettingStarted.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html index 071d5764eab..04ca83a89ee 100644 --- a/llvm/docs/GettingStarted.html +++ b/llvm/docs/GettingStarted.html @@ -672,17 +672,17 @@ compressed with the gzip program. <p>The files are as follows, with <em>x.y</em> marking the version number: <dl> <dt><tt>llvm-x.y.tar.gz</tt></dt> - <dd>Source release for the LLVM libraries and tools.<br/></dd> + <dd>Source release for the LLVM libraries and tools.<br></dd> <dt><tt>llvm-test-x.y.tar.gz</tt></dt> <dd>Source release for the LLVM test suite.</dd> <dt><tt>llvm-gcc4-x.y.source.tar.gz</tt></dt> <dd>Source release of the llvm-gcc4 front end. See README.LLVM in the root - directory for build instructions.<br/></dd> + directory for build instructions.<br></dd> <dt><tt>llvm-gcc4-x.y-platform.tar.gz</tt></dt> - <dd>Binary release of the llvm-gcc4 front end for a specific platform.<br/></dd> + <dd>Binary release of the llvm-gcc4 front end for a specific platform.<br></dd> </dl> @@ -881,7 +881,7 @@ script to configure the build system:</p> native compiler (no cross-compiler targets available). The "native" target is selected as the target of the build host. You can also specify a comma separated list of target names that you want available in llc. The target - names use all lower case. The current set of targets is: <br/> + names use all lower case. The current set of targets is: <br> <tt>alpha, ia64, powerpc, skeleton, sparc, x86</tt>. <br><br></dd> <dt><i>--enable-doxygen</i></dt> @@ -1411,7 +1411,7 @@ information is in the <a href="CommandGuide/index.html">Command Guide</a>.</p> <dd><tt>opt</tt> reads LLVM bitcode, applies a series of LLVM to LLVM transformations (which are specified on the command line), and then outputs the resultant bitcode. The '<tt>opt --help</tt>' command is a good way to - get a list of the program transformations available in LLVM.<br/> + get a list of the program transformations available in LLVM.<br> <dd><tt>opt</tt> can also be used to run a specific analysis on an input LLVM bitcode file and print out the results. It is primarily useful for debugging analyses, or familiarizing yourself with what an analysis does.</dd> @@ -1638,7 +1638,7 @@ out:</p> <a href="http://jigsaw.w3.org/css-validator/check/referer"><img src="http://jigsaw.w3.org/css-validator/images/vcss-blue" alt="Valid CSS"></a> <a href="http://validator.w3.org/check/referer"><img - src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01" /></a> + src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01"></a> <a href="mailto:sabre@nondot.org">Chris Lattner</a><br> <a href="http://llvm.x10sys.com/rspencer/">Reid Spencer</a><br> |

