From 5c1cc64531cd9b9f13d477d80baadc1ced35df8e Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Thu, 11 Dec 2008 18:23:24 +0000 Subject: Removed warnings from HTML 4.01 validator: trailing slashes in
and tags are not needed in HTML, only XML. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60885 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/GettingStarted.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/GettingStarted.html') diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 071d576..04ca83a 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -672,17 +672,17 @@ compressed with the gzip program.

The files are as follows, with x.y marking the version number:

llvm-x.y.tar.gz
-
Source release for the LLVM libraries and tools.
+
Source release for the LLVM libraries and tools.
llvm-test-x.y.tar.gz
Source release for the LLVM test suite.
llvm-gcc4-x.y.source.tar.gz
Source release of the llvm-gcc4 front end. See README.LLVM in the root - directory for build instructions.
+ directory for build instructions.
llvm-gcc4-x.y-platform.tar.gz
-
Binary release of the llvm-gcc4 front end for a specific platform.
+
Binary release of the llvm-gcc4 front end for a specific platform.
@@ -881,7 +881,7 @@ script to configure the build system:

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:
+ names use all lower case. The current set of targets is:
alpha, ia64, powerpc, skeleton, sparc, x86.

--enable-doxygen
@@ -1411,7 +1411,7 @@ information is in the Command Guide.

opt 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 'opt --help' command is a good way to - get a list of the program transformations available in LLVM.
+ get a list of the program transformations available in LLVM.
opt 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.
@@ -1638,7 +1638,7 @@ out:

Valid CSS Valid HTML 4.01 + src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01"> Chris Lattner
Reid Spencer
-- cgit v1.1